From 2ca32ba93993446d65f4b103b73e81bcafeaf241 Mon Sep 17 00:00:00 2001
From: Chris Garcia <o3fingers@gmail.com>
Date: Mon, 12 Sep 2016 00:39:31 -0500
Subject: [PATCH] Removing a redundant background-color declaration.

---
 scss/_navbar.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index ce4e02431f..c91e830bdd 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -110,7 +110,6 @@
   padding: .5rem .75rem;
   font-size: $font-size-lg;
   line-height: 1;
-  background-color: transparent;
   background: transparent no-repeat center center;
   background-size: 24px 24px;
   border: $border-width solid transparent;
-- 
GitLab