diff --git a/BudgetMasterServer/src/main/resources/static/css/hotkeys.css b/BudgetMasterServer/src/main/resources/static/css/hotkeys.css
index 2226e3b12cc908595de2b5ac55d1a3a3a1b2d2d1..757b88b2d3cd6cbad42978f540f9d9ad9121d14b 100644
--- a/BudgetMasterServer/src/main/resources/static/css/hotkeys.css
+++ b/BudgetMasterServer/src/main/resources/static/css/hotkeys.css
@@ -1,7 +1,7 @@
 .keyboard-key {
     padding: 0.2rem 0.7rem;
     color: #FFFFFF;
-    background-color: #212121;
+    background-color: #444444;
     border-radius: .2rem;
     font-family: Consolas, "Courier New", monospace;
     display: inline-block;
@@ -10,4 +10,8 @@
 
 .modifier-key {
     margin-right: 0;
+}
+
+[data-theme="dark"] .keyboard-key {
+    background-color: #212121;
 }
\ No newline at end of file