From 199a459010b66e1bfe2010242afe4ef2a9fc3fa1 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Tue, 12 Jan 2016 08:25:37 -0500 Subject: [PATCH] Fix nav background color --- src/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/style.css b/src/public/style.css index 1401e85..ba2f215 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -195,7 +195,7 @@ input { } .navbar { - background: none; + background: white; } .navbar-brand {