From fae50e7cb7ace78af4729b3be4a8fef385b9aa50 Mon Sep 17 00:00:00 2001 From: linse Date: Sat, 16 Sep 2017 16:33:31 -0400 Subject: [PATCH] Csss --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }