We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53297f commit 82b2ad3Copy full SHA for 82b2ad3
_sass/_themes.scss
@@ -5,6 +5,7 @@
5
@use "sass:color";
6
7
:root {
8
+ color-scheme: light;
9
--global-bg-color: #{$white-color};
10
--global-code-bg-color: #{$code-bg-color-light};
11
--global-text-color: #{$black-color};
@@ -76,6 +77,7 @@
76
77
}
78
79
html[data-theme="dark"] {
80
+ color-scheme: dark;
81
--global-bg-color: #{$grey-color-dark};
82
--global-code-bg-color: #{$code-bg-color-dark};
83
--global-text-color: #{$grey-color-light};
0 commit comments