1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

dark mode improvements

This commit is contained in:
codecalm
2023-03-16 22:41:35 +01:00
parent 011df52776
commit 46ee74be7b
+1
View File
@@ -42,6 +42,7 @@ body:not(.theme-dark) .hide-theme-light {
--#{$prefix}#{$color}-lt-rgb: #{to-rgb(theme-color-lighter($value, $dark))};
}
color-scheme: dark;
color: $dark-mode-text;
background-color: $dark-mode-darken;
}