dark theme + decouple link color from accent color

This commit is contained in:
zyl 2023-11-13 12:55:33 -08:00
parent 688fe2bc48
commit 9c09ae9817
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
3 changed files with 9 additions and 5 deletions

View file

@ -27,7 +27,7 @@ header.main-header {
a {
text-decoration: none;
color: var(--accent-color);
color: var(--link-color);
&:hover,
&:focus {