gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Apr. 16 '23 18:22:24
Commit
9afed204fae3e11f9c2a9d536d350ef1f2e501f6
Parent
7128ca88a96a0f3d6e22a390111029ee156530c0
Changes
diff --git a/page.html.tmpl b/page.html.tmpl
index 8392659..29df205 100644
--- a/page.html.tmpl
+++ b/page.html.tmpl
@@ -20,6 +20,15 @@
       caption {
         caption-side: bottom;
       }
+      @media (prefers-color-scheme: dark) {
+        html {
+          background: #171717;
+          color: white;
+        }
+        a {
+          color: deeppink;
+        }
+      }
     </style>
   </head>
   <body>