Update colors and link styling

This commit is contained in:
2026-09-21 21:02:24 -04:00
parent a8546d398a
commit 8a39aee4ec
2 changed files with 7 additions and 4 deletions

View File

@@ -40,11 +40,12 @@ footer {
}
a {
color: var(--color-accent);
color: var(--color-unhovered-link);
text-decoration-style: dashed;
}
a:hover {
color: var(--color-accent-hover);
color: var(--color-primary-1);
}
/* Improve readability for smaller text, especially in long paragraphs */