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

index 9ebaae1964abf40f5640d6fb126c5b95a9b46eb8..03e778a899bc8681d5fa5b1aeda98fef6716b014 100644 (file)
@@ -129,6 +129,10 @@ li {
         color: #bdc1c6;
     }
 
+    title, h1, h2, h3, h4, h5, h6 {
+        color: white;
+    }
+
     a {
         color: #8ab4f8;
     }