From 6feb1c345bc8311647062975873c06643248b878 Mon Sep 17 00:00:00 2001 From: linse Date: Sat, 16 Sep 2017 16:32:48 -0400 Subject: [PATCH] Cssss --- static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {