diff --git a/static/css/style.css b/static/css/style.css index 1a84abd..d7b5118 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,11 +6,13 @@ html { html a { text-decoration: none; - color: DarkOliveGreen + color: black + background-color: rgba(255,255,128,1); } html a:visited { - color: DarkOliveGreen + color: black + background-color: rgba(255,255,128,1); } .navbar {