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:
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
.apropos-toc ul a:hover {
|
||||
color: var(--text-primary);
|
||||
color: var(--accent-primary);
|
||||
border-left-color: var(--accent-primary);
|
||||
}
|
||||
|
||||
@@ -84,7 +84,8 @@
|
||||
}
|
||||
|
||||
.apropos-toc-erg a:hover {
|
||||
opacity: 0.75;
|
||||
color: var(--accent-primary);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.apropos-toc-source {
|
||||
@@ -99,7 +100,8 @@
|
||||
}
|
||||
|
||||
.apropos-toc-source a:hover {
|
||||
opacity: 0.75;
|
||||
color: var(--accent-primary);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
@@ -237,7 +239,8 @@
|
||||
}
|
||||
|
||||
.apropos-contact-card a:hover {
|
||||
opacity: 0.75;
|
||||
color: var(--accent-primary);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
Reference in New Issue
Block a user