update visited link color
This commit is contained in:
parent
bf71ed2077
commit
09815ba2b1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue