diff --git a/css/base.css b/css/base.css index f8dbdfc..7c1bf35 100644 --- a/css/base.css +++ b/css/base.css @@ -18,6 +18,8 @@ --bg-light: #fff; --bg-dark: #101010; + + color-scheme: light; } .light { @@ -26,6 +28,7 @@ .dark { --settings-section-button-filter: 80%; + color-scheme: dark !important; } .dark body { @@ -456,3 +459,14 @@ input[type="checkbox" i], [class^="ri-"], [class*=" ri-"], .ri-refresh-line:befo margin-bottom: -0.5rem; padding-bottom: 0.5rem; } + +section.section:not(.\~neutral) { + background-color: inherit; +} + +@layer components { + .switch input { + @apply mr-1; + } +} + diff --git a/html/setup.html b/html/setup.html index 6853761..b8dc4d9 100644 --- a/html/setup.html +++ b/html/setup.html @@ -7,329 +7,344 @@
-
- - - - - -