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 723fc59 commit 0fb8970Copy full SHA for 0fb8970
templates/style/_themes.scss
@@ -1,5 +1,6 @@
1
// Standard white theme
2
html {
3
+ color-scheme: light;
4
--color-background-code: #f5f5f5;
5
--color-background: #fff;
6
--input-color: #000;
@@ -35,6 +36,7 @@ html {
35
36
// block below and change the colors
37
38
html[data-theme="dark"] {
39
+ color-scheme: dark;
40
--color-background-code: #2a2a2a;
41
--color-background: #353535;
42
--input-color: #111;
@@ -67,6 +69,7 @@ html[data-theme="dark"] {
67
69
}
68
70
71
html[data-theme="ayu"] {
72
73
--color-background-code: #191f26;
74
--color-background: #0f1419;
75
--input-color: #c5c5c5;
0 commit comments