visited links are darker
This commit is contained in:
parent
fd02d66535
commit
baa2b19349
@ -84,9 +84,12 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:visited {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, monospace;
|
font-family: Consolas, monospace;
|
||||||
|
Loading…
Reference in New Issue
Block a user