nav links don't change color on visit

This commit is contained in:
2024-10-10 20:02:44 -07:00
parent 4836fb9496
commit 594cfa45d6
+5
View File
@@ -61,6 +61,11 @@ nav a {
text-transform: uppercase;
}
nav a:visited {
color: var(--text);
text-decoration: none;
}
#btn-switch {
background: none;
color: inherit;