Fix navbar color

This commit is contained in:
BBaoVanC 2021-03-25 16:08:45 -05:00
parent 50d217e2cc
commit d6dd2cb117
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ a {
background-color: #222;
}
.navbar a {
color: lightgray;
}
.navbar a:hover {
background-color: #444;