More actions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
{{#css: | {{#css: | ||
a{ | a{ | ||
color: | color: cyan; | ||
} | } | ||
a:link { | a:link { | ||
text-decoration: none; | text-decoration: none; | ||
color: | color: cyan; | ||
} | } | ||
a:visited { | a:visited { | ||
text-decoration: none; | text-decoration: none; | ||
color: | color: cyan; | ||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: | color: cyan; | ||
} | } | ||
a:active { | a:active { | ||
text-decoration: none; | text-decoration: none; | ||
color: | color: cyan; | ||
} | } | ||
}} | }} | ||