1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

dark mode improvements

This commit is contained in:
codecalm
2023-03-16 22:41:35 +01:00
parent 011df52776
commit 46ee74be7b

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;
}