feat(lite): set color-scheme CSS property to "dark" in dark mode (#7101)

This commit is contained in:
Pierre Donias 2023-10-17 16:50:13 +02:00 committed by GitHub
parent 3b6bc629bc
commit 00a1778a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,8 @@
}
:root.dark {
color-scheme: dark;
--color-blue-scale-000: #ffffff;
--color-blue-scale-100: #e5e5e7;
--color-blue-scale-200: #9899a5;