style: standardise links to Regular weight (400) with violet accent hover, body to Light (300)

This commit is contained in:
Pontoporeia
2026-06-08 11:53:57 +02:00
parent cee3345ea3
commit cb2b18e470
16 changed files with 66 additions and 48 deletions

View File

@@ -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 {