diff --git a/src/main/resources/static/css/dark/style.css b/src/main/resources/static/css/dark/style.css
index 8fc199f0111415cefd81afaab1c9410e96555938..474981327774b78f05499dad9f48e6943a1bdcd0 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 b97f2acbf0944b140147064ba667773be09626c4..ae72de47d8a063cb38bd448efce0e2757098fd72 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 {