tone down link visited colors
This commit is contained in:
parent
c686615e59
commit
7e23b8b210
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue