]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: title should be black
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 01:46:53 +0000 (17:46 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 01:46:53 +0000 (17:46 -0800)
basis/help/html/html.factor

index aa846023e3f9c2cd2812b42c1ccd389eb58c6e3d..aa876b9a03feb8c030d5045196357983dc3ca4e3 100644 (file)
@@ -146,6 +146,8 @@ M: pathname url-of
         append swap pick set-nth
         ".a tr:hover { background-color: white; }" prefix
         ".a td { border: none; }" prefix
+        ".a * a { color: #2A5DB0; }" prefix
+        ".a a { color: black; }" prefix
     ] [ drop ] if* ;
 
 : css-classes ( classes -- stylesheet )