Update colors and link styling
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user