help.html: link color now matches help.stylesheet link color

db4
Keith Lazuka 2009-09-09 13:33:40 -04:00
parent 1bb48ec9ea
commit 28b8703b5b
1 changed files with 4 additions and 4 deletions

View 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; }