]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.pastebin: better dark mode
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 May 2022 04:10:45 +0000 (21:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 May 2022 04:10:45 +0000 (21:10 -0700)
extra/webapps/pastebin/pastebin.css

index c6ed1b78f26b92c28d2d95a48d37c6fe46007290..9d7681ecc53f61b27925832fb8f532008501edb9 100644 (file)
@@ -31,3 +31,9 @@ table tr:hover {
     }
 }
 
+@media (prefers-color-scheme: dark) {
+
+    table tr:hover {
+        background-color: #373e48;
+    }
+}