]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: link color now matches help.stylesheet link color
authorKeith Lazuka <klazuka@gmail.com>
Wed, 9 Sep 2009 17:33:40 +0000 (13:33 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Wed, 9 Sep 2009 17:33:40 +0000 (13:33 -0400)
basis/help/html/stylesheet.css

index ff657d634e4b4ad9de17e69880724e89dfb5792b..c56a19bc9a94d9edd76eaf69f2cc7c838d17b1e9 100644 (file)
@@ -1,4 +1,4 @@
-a:link { text-decoration: none; color: #00004c; }
-a:visited { text-decoration: none; color: #00004c; }
-a:active { text-decoration: none; color: #00004c; }
-a:hover { text-decoration: underline; color: #00004c; }
+a:link { text-decoration: none; color: #104e8b; }
+a:visited { text-decoration: none; color: #104e8b; }
+a:active { text-decoration: none; color: #104e8b; }
+a:hover { text-decoration: underline; color: #104e8b; }