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 378b106794
commit 781ffd17b9
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,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

@ -26,6 +26,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;
}