highlight links in light theme as in dark theme

This commit is contained in:
Brian S. Stephan 2020-12-07 21:55:32 -06:00
parent 93e9c8dc24
commit e1cb541ea5
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ h1, h2, h3, h4, h5, h6 {
a:link, a:visited {
color: #222;
border-bottom: 1px dotted #222;
border-bottom: 1px dotted #111;
}
a:hover, a:active {
color: #811610;
border-bottom: 1px dotted #222;
border-bottom: 1px dotted #111;
}
section.nav, section.styles {