coyotte508 HF staff commited on
Commit
50e5388
1 Parent(s): a27839a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -0
style.css CHANGED
@@ -26,3 +26,16 @@ p {
26
  .card p:last-child {
27
  margin-bottom: 0;
28
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  .card p:last-child {
27
  margin-bottom: 0;
28
  }
29
+
30
+ @media (prefers-color-scheme: dark) {
31
+ .html {
32
+ background: black;
33
+ color: gray;
34
+ }
35
+ }
36
+
37
+ @media (prefers-color-scheme: light) {
38
+ .html {
39
+ background: yellow;
40
+ }
41
+ }