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