tone down link visited colors

master
Tomáš Mládek 2021-03-06 11:19:53 +01:00
parent c686615e59
commit 7e23b8b210
1 changed files with 5 additions and 1 deletions

View File

@ -37,6 +37,10 @@ pre {
word-wrap: normal;
}
a:visited {
color: darkblue;
}
li {
margin: .15em 0;
}
@ -148,7 +152,7 @@ main footer {
}
a:visited {
color: #9e94d6;
color: #3d9bb3;
}
nav h1 a {