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:
@@ -21,7 +21,7 @@
|
||||
transition: color .15s, border-color .15s;
|
||||
}
|
||||
.sys-tab:hover {
|
||||
color: var(--text-primary);
|
||||
color: var(--accent-primary);
|
||||
}
|
||||
.sys-tab.active {
|
||||
color: var(--accent-primary);
|
||||
@@ -327,7 +327,7 @@
|
||||
color: var(--accent-primary);
|
||||
text-decoration: none;
|
||||
}
|
||||
.sys-refresh-note a:hover { text-decoration: underline; }
|
||||
.sys-refresh-note a:hover { color: var(--accent-primary); }
|
||||
|
||||
/* ── Cache freshness badges ────────────────────────────────────────────── */
|
||||
.sys-cache-badge {
|
||||
|
||||
Reference in New Issue
Block a user