Disable dark mode

Disable dark mode
This commit is contained in:
Cøbra 2021-02-18 17:29:25 +01:00 committed by GitHub
parent 8058cb5710
commit 909fbc953a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5074,9 +5074,9 @@ html[data-theme="dark"] .dark-theme-toggle::before {
@import 'helper';
@import 'donation-banner';
@media screen and (prefers-color-scheme: dark) {
@import 'dark-mode';
}
html[data-theme="dark"] {
@import 'dark-mode';
}
// @media screen and (prefers-color-scheme: dark) {
// @import 'dark-mode';
// }
// html[data-theme="dark"] {
// @import 'dark-mode';
// }