MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
} | } | ||
a:link, a:visited , a:hover | .mediawiki a:link, a:visited, a:active { | ||
color: #008ACC; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
.mediawiki a:hover a:focus { | |||
color: #008ACC; | |||
text-decoration: underline; | |||
} | } | ||