mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
style: standardise links to Regular weight (400) with violet accent hover, body to Light (300)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
z-index: 9999;
|
||||
padding: var(--space-2xs) var(--space-s);
|
||||
background: var(--accent-primary);
|
||||
color: var(--text-primary);
|
||||
color: var(--accent-foreground);
|
||||
font-size: var(--step--1);
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
@@ -35,6 +35,11 @@
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.skip-link:hover {
|
||||
color: var(--accent-primary);
|
||||
background: var(--accent-foreground);
|
||||
}
|
||||
|
||||
/* Respect user motion preferences */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user