Remove the custom link styling and add an accent color
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user