style link underline same color as the hover

This commit is contained in:
Brian S. Stephan 2021-02-10 23:28:53 -06:00
parent 7d982b96c9
commit 829165ad8c
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ a:link, a:visited {
a:hover, a:active {
color: #B31D15;
border-bottom: 1px dotted #EEE;
border-bottom: 1px dotted #B31D15;
}
div.header {

View File

@ -29,7 +29,7 @@ a:link, a:visited {
a:hover, a:active {
color: #811610;
border-bottom: 1px dotted #111;
border-bottom: 1px dotted #811610;
}
div.header {