From 2f8fe184512fbbc6968d420ff3b727ac80768546 Mon Sep 17 00:00:00 2001 From: linse Date: Sun, 5 Nov 2017 15:27:39 -0500 Subject: [PATCH] Navbar yellow. --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 1789174..8905cc2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -23,7 +23,7 @@ html a:visited { right: 0; left: 0; z-index: 1030; - background-color: white; + background-color: rgba(255,255,128,1); } .container { @@ -137,7 +137,6 @@ a.list-group-item { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; font-size: 40px; - background-color: rgba(255,255,128,1); } .navbar-collapse {