Remove the custom link styling and add an accent color

This commit is contained in:
2026-08-08 21:40:09 -04:00
parent fb13a0952e
commit a982dfaba9
13 changed files with 44 additions and 210 deletions

View File

@@ -1,7 +1,6 @@
@import url('fonts.css');
@import url('navigation.css');
@import url('colors.css');
@import url('content.css');
@import url('note.css');
html {
@@ -39,7 +38,11 @@ footer {
}
a {
color: unset;
color: var(--color-accent);
}
a:hover {
color: var(--color-accent-hover);
}
/* Improve readability for smaller text, especially in long paragraphs */