ilovehentai9000 commited on
Commit
8d2ec8b
·
verified ·
1 Parent(s): e7f7e29

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css CHANGED
@@ -26,3 +26,12 @@ 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
+ body {
32
+ background: transparent;
33
+ }
34
+ p {
35
+ color: #0a0b0c;
36
+ }
37
+ }