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

@@ -109,7 +109,7 @@
.admin-back-btn:hover {
background: var(--bg-secondary);
color: var(--text-primary);
color: var(--accent-primary);
}
.admin-back-btn svg {
@@ -1543,7 +1543,12 @@ th.admin-ap-col {
.admin-cancel-link {
font-size: var(--step--1);
color: var(--text-secondary);
text-decoration: underline;
text-decoration: none;
font-weight: 400;
}
.admin-cancel-link:hover {
color: var(--accent-primary);
}
/* ── Pagination (admin list) ─────────────────────────────────────────────── */
@@ -1574,6 +1579,7 @@ th.admin-ap-col {
border-radius: var(--radius);
color: var(--text-primary);
font-size: var(--step--1);
font-weight: 400;
text-decoration: none;
transition:
border-color 0.15s,