style: standardise links to Regular weight (400) with violet accent hover, body to Light (300)

This commit is contained in:
Pontoporeia
2026-06-10 00:15:41 +02:00
parent cee3345ea3
commit cb2b18e470
16 changed files with 66 additions and 48 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
a {
color: inherit;
text-decoration: none;
font-weight: 400;
}
a:hover {
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-thickness: 1px;
color: var(--accent-primary);
text-decoration: none;
}