]> git.sesse.net Git - remoteglot/commitdiff
Fix dark mode borders on mobile.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 31 Jul 2022 10:34:03 +0000 (12:34 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 31 Jul 2022 10:34:03 +0000 (12:34 +0200)
www/css/remoteglot.css

index a2d469b964a1259d0c0fa6dde4575b6af40f1542..42bf1b9c0b88105721aabbd73127978d9813bb1d 100644 (file)
@@ -205,7 +205,7 @@ a.move:hover {
 
 @media (prefers-color-scheme: dark) {
 
-body {
+:root {
        background: black;
        color: #eee;
 }