More updates

This commit is contained in:
Dennis Reimann
2022-12-10 14:59:33 +01:00
parent 4d203fed07
commit 046b28f574
4 changed files with 4 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
:root:not([data-theme="light"]):not([data-theme="custom"]) {
@mixin dark-theme;
}
}