File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
nimdoc/testproject/expected Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Modified by Boyd Greenfield and narimiran
11
11
*/
12
12
13
13
: root {
14
+ color-scheme : light;
14
15
--primary-background : # fff ;
15
16
--secondary-background : ghostwhite;
16
17
--third-background : # e8e8e8 ;
@@ -45,6 +46,7 @@ Modified by Boyd Greenfield and narimiran
45
46
}
46
47
47
48
[data-theme = "dark" ] {
49
+ color-scheme : dark;
48
50
--primary-background : # 171921 ;
49
51
--secondary-background : # 1e202a ;
50
52
--third-background : # 2b2e3b ;
@@ -80,6 +82,7 @@ Modified by Boyd Greenfield and narimiran
80
82
81
83
@media (prefers-color-scheme : dark) {
82
84
[data-theme = "auto" ] {
85
+ color-scheme : dark;
83
86
--primary-background : # 171921 ;
84
87
--secondary-background : # 1e202a ;
85
88
--third-background : # 2b2e3b ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Modified by Boyd Greenfield and narimiran
11
11
*/
12
12
13
13
: root {
14
+ color-scheme : light;
14
15
--primary-background : # fff ;
15
16
--secondary-background : ghostwhite;
16
17
--third-background : # e8e8e8 ;
@@ -45,6 +46,7 @@ Modified by Boyd Greenfield and narimiran
45
46
}
46
47
47
48
[data-theme = "dark" ] {
49
+ color-scheme : dark;
48
50
--primary-background : # 171921 ;
49
51
--secondary-background : # 1e202a ;
50
52
--third-background : # 2b2e3b ;
@@ -80,6 +82,7 @@ Modified by Boyd Greenfield and narimiran
80
82
81
83
@media (prefers-color-scheme : dark) {
82
84
[data-theme = "auto" ] {
85
+ color-scheme : dark;
83
86
--primary-background : # 171921 ;
84
87
--secondary-background : # 1e202a ;
85
88
--third-background : # 2b2e3b ;
You can’t perform that action at this time.
0 commit comments