Yong-Ju commited on
Commit
23cff04
1 Parent(s): a44976b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -1
style.css CHANGED
@@ -28,6 +28,10 @@ p {
28
  }
29
 
30
  :root {
 
 
 
 
31
  color-scheme: only light;
32
  }
33
 
@@ -41,4 +45,4 @@ p {
41
  body {
42
  background: #fff;
43
  }
44
- }
 
28
  }
29
 
30
  :root {
31
+ color-scheme: light only;
32
+ }
33
+
34
+ /* :root {
35
  color-scheme: only light;
36
  }
37
 
 
45
  body {
46
  background: #fff;
47
  }
48
+ } */