give the header nav links an underline on hover

This commit is contained in:
Brian S. Stephan 2022-05-14 23:45:45 -05:00
parent 8ac5b25208
commit 89ea2fb87e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@ div.header a {
color: #BBB;
}
div.header a:hover, div.header a:active {
border-bottom: 1px solid #BBB;
}
table, th, td {
border: 1px solid #333;
}

View File

@ -30,6 +30,10 @@ div.header a {
color: #444;
}
div.header a:hover, div.header a:active {
border-bottom: 1px solid #444;
}
table, th, td {
border: 1px solid #CCC;
}