help.html: link color now matches help.stylesheet link color
parent
1bb48ec9ea
commit
28b8703b5b
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue