Yong-Ju commited on
Commit
bb0b070
1 Parent(s): 8277acf

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -30,3 +30,9 @@ p {
30
  :root {
31
  color-scheme: only light;
32
  }
 
 
 
 
 
 
 
30
  :root {
31
  color-scheme: only light;
32
  }
33
+
34
+ @media (forced-colors: active) {
35
+ :root {
36
+ color-scheme: light;
37
+ }
38
+ }