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

@@ -19,8 +19,9 @@ details {
summary {
font-family: var(--font-display);
font-weight: 600;
text-decoration: 1px wavy;
text-decoration: none;
color: var(--accent-secondary);
transition: color 0.15s;
svg {
fill: var(--accent-secondary);
@@ -28,3 +29,7 @@ summary {
height: 1.4em;
}
}
summary:hover {
color: var(--accent-primary);
}