radames commited on
Commit
ec79de9
1 Parent(s): 2cfd6b4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -0
index.html CHANGED
@@ -51,6 +51,19 @@
51
  }
52
  globalThis.segmentPoints = segmentPoints;
53
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  </head>
55
 
56
  <body>
 
51
  }
52
  globalThis.segmentPoints = segmentPoints;
53
  </script>
54
+ <style>
55
+ body {
56
+ color: black;
57
+ background-color: white;
58
+ }
59
+
60
+ @media (prefers-color-scheme: dark) {
61
+ body {
62
+ color: white;
63
+ background-color: #0b0f19;
64
+ }
65
+ }
66
+ </style>
67
  </head>
68
 
69
  <body>