highlight links in light theme as in dark theme
This commit is contained in:
parent
93e9c8dc24
commit
e1cb541ea5
@ -20,12 +20,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
color: #222;
|
color: #222;
|
||||||
border-bottom: 1px dotted #222;
|
border-bottom: 1px dotted #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, a:active {
|
a:hover, a:active {
|
||||||
color: #811610;
|
color: #811610;
|
||||||
border-bottom: 1px dotted #222;
|
border-bottom: 1px dotted #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.nav, section.styles {
|
section.nav, section.styles {
|
||||||
|
Loading…
Reference in New Issue
Block a user