update visited link color

This commit is contained in:
neri 2020-07-29 03:12:51 +02:00
parent bf71ed2077
commit 09815ba2b1
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ body {
margin: 0; margin: 0;
padding-bottom: 3rem; padding-bottom: 3rem;
min-height: 100%; min-height: 100%;
font-family: "Source Sans Pro", sans; font-family: 'Source Sans Pro', sans;
} }
a { a {
@ -25,7 +25,7 @@ a {
} }
a:visited { a:visited {
color: #ee66ff; color: #bb66ff;
} }
h1, h1,
@ -34,6 +34,6 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: "Space Mono", monospace; font-family: 'Space Mono', monospace;
font-weight: bold; font-weight: bold;
} }