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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user