]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.wiki: fix old navbar style
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 6 Aug 2022 02:16:22 +0000 (19:16 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 6 Aug 2022 02:16:22 +0000 (19:16 -0700)
extra/webapps/wiki/wiki-contents.css

index 552942d52857a07414b804709f36e1c04028b867..d354c937d1a1ef84b622f1db46b1962f158d8eda 100644 (file)
@@ -39,7 +39,7 @@ nav img {
 
 /* Dark mode */
 @media (prefers-color-scheme: dark) {
-    .navbar img {
+    nav img {
         filter: invert(80%);
     }