more corrections of the link colors

This commit is contained in:
Brian S. Stephan 2020-12-08 18:27:55 -06:00
parent dcf173ab61
commit dabf9f7544
2 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@ h1, h2, h3, h4, h5, h6 {
} }
a:link, a:visited { a:link, a:visited {
color: #BBB; color: #EEE;
border-bottom: 1px dotted #EEE; border-bottom: 1px dotted #EEE;
} }
a:hover, a:active { a:hover, a:active {
color: #B14640; color: #B31D15;
border-bottom: 1px dotted #EEE; border-bottom: 1px dotted #EEE;
} }

View File

@ -19,7 +19,7 @@ h1, h2, h3, h4, h5, h6 {
} }
a:link, a:visited { a:link, a:visited {
color: #222; color: #111;
border-bottom: 1px dotted #111; border-bottom: 1px dotted #111;
} }