don't color main nav link as "visited"

master
Tomáš Mládek 2021-03-06 11:19:47 +01:00
parent 20e116897d
commit c686615e59
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ nav h1 a {
color: black;
}
nav h1 a:visited {
color: inherit;
}
nav ul {
list-style: none;
padding-left: 0;