Fix(UI): Navigation header styles.
This commit is contained in:
@@ -24,7 +24,11 @@ nav a {
|
||||
font-weight: 500;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
nav a:visited {
|
||||
color: var(--text-background-colour);
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
nav a:hover,
|
||||
nav a:hover:visited {
|
||||
color: var(--accent-colour);
|
||||
}
|
||||
Reference in New Issue
Block a user