From 19bd1632040ff0972e7ddd7fc9b984626e9d56f8 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Sun, 18 Nov 2018 11:11:16 +0100
Subject: [PATCH] #275 - adjusted colors for navbar notification

---
 src/main/resources/static/css/dark/style.css | 2 +-
 src/main/resources/static/css/style.css      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/static/css/dark/style.css b/src/main/resources/static/css/dark/style.css
index 8fc199f01..474981327 100644
--- a/src/main/resources/static/css/dark/style.css
+++ b/src/main/resources/static/css/dark/style.css
@@ -100,7 +100,7 @@ main {
 }
 
 .budgetmaster-update {
-    background-color: #fcf7b6;
+    background-color: #e9c46a;
 }
 
 .budgetmaster-text-update {
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index b97f2acbf..ae72de47d 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -99,7 +99,7 @@ main {
 }
 
 .budgetmaster-update {
-    background-color: #fcf7b6;
+    background-color: #F7EB84;
 }
 
 .side-nav li.active {
-- 
GitLab