]> gitweb.factorcode.org Git - factor.git/commitdiff
websites: better darkmode for headings
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 May 2022 04:07:39 +0000 (21:07 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 May 2022 04:07:39 +0000 (21:07 -0700)
extra/websites/concatenative/page.css

index 10c44aa09d7b4ceccb2d43990b195b62f82e4826..0eb11ac4e0aac6043cced875fc4fe1441aa94de2 100644 (file)
@@ -90,6 +90,10 @@ a:hover, .link:hover { text-decoration: underline; }
         color: #bdc1c6;
     }
 
+    title, h1, h2, h3, h4, h5, h6 {
+        color: white;
+    }
+
     a, .link {
         color: #8ab4f8;
     }