This commit is contained in:
linse 2017-09-16 16:32:48 -04:00
parent 6ca8233951
commit 6feb1c345b

View file

@ -6,11 +6,13 @@ html {
html a { html a {
text-decoration: none; text-decoration: none;
color: DarkOliveGreen color: black
background-color: rgba(255,255,128,1);
} }
html a:visited { html a:visited {
color: DarkOliveGreen color: black
background-color: rgba(255,255,128,1);
} }
.navbar { .navbar {