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

@@ -419,12 +419,14 @@
background: var(--text-primary);
color: var(--bg-primary);
text-decoration: none;
font-weight: 400;
border-radius: var(--radius);
transition: opacity 0.15s;
}
.share-error a:hover {
opacity: 0.8;
color: var(--accent-primary);
opacity: 1;
}
/* ── Password gate page ─────────────────────────────────────────────────── */
@@ -1416,8 +1418,7 @@ legend {
}
.recap-files-name a:hover {
text-decoration: underline;
color: var(--accent);
color: var(--accent-primary);
}
.recap-files-peertube-id {
@@ -1527,7 +1528,7 @@ legend {
text-decoration: none;
}
.file-browser-breadcrumb a:hover {
text-decoration: underline;
color: var(--accent-primary);
}
.file-browser-sep {
color: var(--text-tertiary);