diff --git a/sg-frontend/src/app.css b/sg-frontend/src/app.css
index 2f943c095969fab9034c9544b5013166ef42f097..310f5fc2f82dc11075ba92c27621d58a5b063ba0 100644
--- a/sg-frontend/src/app.css
+++ b/sg-frontend/src/app.css
@@ -6,7 +6,7 @@
     line-height: 24px;
     font-weight: 400;
 
-    color-scheme: light dark;
+    /*color-scheme: light dark;*/
     /*color: rgba(255, 255, 255, 0.87);*/
     /*background-color: #242424;*/
     color: #213547;
@@ -77,17 +77,17 @@ button:focus-visible {
     outline: 4px auto -webkit-focus-ring-color;
 }
 
-@media (prefers-color-scheme: light) {
-    :root {
-        color: #213547;
-        background-color: #ffffff;
-    }
+/*@media (prefers-color-scheme: light) {*/
+/*    :root {*/
+/*        color: #213547;*/
+/*        background-color: #ffffff;*/
+/*    }*/
 
-    a:hover {
-        color: #747bff;
-    }
+/*    a:hover {*/
+/*        color: #747bff;*/
+/*    }*/
 
-    button {
-        background-color: #f9f9f9;
-    }
-}
\ No newline at end of file
+/*    button {*/
+/*        background-color: #f9f9f9;*/
+/*    }*/
+/*}*/
\ No newline at end of file