Skip to content
Snippets Groups Projects
Commit 6f5fed54 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Disable auto dark theme until all new elements are adapted for it

parent b37b2414
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
@include theme-light; @include theme-light;
} }
@media (prefers-color-scheme: dark) { // Auto dark theme disabled until all new Macao elements are adapted for it
:root { //@media (prefers-color-scheme: dark) {
@include theme-dark; // :root {
} // @include theme-dark;
} // }
//}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment