Up-in-the-Air – commitdiff

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Rudimentary dark mode support
authorJulian Fietkau <git@fietkau.software>
Thu, 26 Sep 2024 22:09:07 +0000 (00:09 +0200)
committerJulian Fietkau <git@fietkau.software>
Thu, 26 Sep 2024 22:09:07 +0000 (00:09 +0200)
index.html

index 557e0cd2613a398697b2ce36cc72e641c9df6023..157aeafcb55b9040a6a032c1e2c49f561f727e4a 100644 (file)
     min-height: 100svh;
     margin: 0;
     padding: 0;
-    background: #fff;
+    background: #eee;
     display: flex;
     justify-content: center;
     align-items: center;
   }
+  @media (prefers-color-scheme: dark) {
+    body {
+      background: #111;
+    }
+  }
   .game-upintheair {
     container-type: inline-size;
     box-sizing: border-box;