From 6be4d2bfb0f55a7fa71aaa42b73f75323114c0a7 Mon Sep 17 00:00:00 2001
From: Fronbasal <mail@fronbasal.de>
Date: Tue, 13 Jun 2017 22:07:22 +0200
Subject: [PATCH] Reverted color to original

---
 _sass/_chaospott.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss
index 43fe7ef..9f8a664 100644
--- a/_sass/_chaospott.scss
+++ b/_sass/_chaospott.scss
@@ -35,7 +35,7 @@ body {
 }
 
 .navbar {
-  background-color: #bdbfa8;
+  background-color: $background-color;
   border: none;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   .divider-vertical {
@@ -164,4 +164,4 @@ rect.bordered {
   margin: auto;
   cursor: pointer;
   color: $nav-link-color;
-}
\ No newline at end of file
+}