From 8a1e9668e831e3f62d796211bd1051df83f8c9ec Mon Sep 17 00:00:00 2001 From: nmorduch Date: Tue, 21 Feb 2017 13:29:28 -0500 Subject: [PATCH] less transparency on the navbar --- core/static/css/modules/_site-header.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/static/css/modules/_site-header.sass b/core/static/css/modules/_site-header.sass index 961158f..5c7071c 100644 --- a/core/static/css/modules/_site-header.sass +++ b/core/static/css/modules/_site-header.sass @@ -6,4 +6,4 @@ left: 0 right: 0 z-index: 1 - background-color: rgba($black-almost, .35) + background-color: rgba($black-almost, .5)