Final page tweaks

This commit is contained in:
Cryptkeeper
2016-06-20 18:33:27 -05:00
parent fd381fb28a
commit 35e5d610aa
2 changed files with 4 additions and 6 deletions

View File

@ -47,13 +47,13 @@ a {
font-size: 19px;
}
#header a {
#header a, #footer a {
text-decoration: none;
color: inherit;
border-bottom: 1px dashed #3B3738;
}
#header a:hover {
#header a:hover, #footer a:hover {
border-bottom: 1px dashed transparent;
}