1
0
Fork 0

nav links don't change color on visit

master
Rostyslav Hnatyshyn 1 month ago
parent 4836fb9496
commit 594cfa45d6
  1. 5
      css/default.scss

@ -61,6 +61,11 @@ nav a {
text-transform: uppercase; text-transform: uppercase;
} }
nav a:visited {
color: var(--text);
text-decoration: none;
}
#btn-switch { #btn-switch {
background: none; background: none;
color: inherit; color: inherit;

Loading…
Cancel
Save