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

@@ -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;
}
/* ------------------------------------------------------------------ */