From 6f5fed54d3432b3e714c8cda478c78c7cc4f1cdb Mon Sep 17 00:00:00 2001
From: eliott <eliott.sammier@tetras-libre.fr>
Date: Mon, 8 Jul 2024 09:22:52 +0200
Subject: [PATCH] Disable auto dark theme until all new elements are adapted
 for it

---
 assets/themes/_auto.scss | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/assets/themes/_auto.scss b/assets/themes/_auto.scss
index 31d7f9a..5416a9b 100644
--- a/assets/themes/_auto.scss
+++ b/assets/themes/_auto.scss
@@ -2,8 +2,9 @@
   @include theme-light;
 }
 
-@media (prefers-color-scheme: dark) {
-  :root {
-    @include theme-dark;
-  }
-}
+// Auto dark theme disabled until all new Macao elements are adapted for it
+//@media (prefers-color-scheme: dark) {
+//  :root {
+//    @include theme-dark;
+//  }
+//}
-- 
GitLab