nav links don't change color on visit
This commit is contained in:
@@ -61,6 +61,11 @@ nav a {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
nav a:visited {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#btn-switch {
|
||||
background: none;
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user