style: add color-scheme for light and dark themes
This commit is contained in:
@@ -57,6 +57,14 @@
|
||||
--radius: 0px;
|
||||
}
|
||||
|
||||
html[data-theme="light"] {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: var(--color-background);
|
||||
|
||||
Reference in New Issue
Block a user