MediaWiki:Common.css: Difference between revisions
Add welcome header image |
Brighten links in header |
||
| Line 147: | Line 147: | ||
text-shadow: 1px 1px 3px rgba(0,0,0,0.8); | text-shadow: 1px 1px 3px rgba(0,0,0,0.8); | ||
margin: 0; | margin: 0; | ||
} | |||
.header-intro p a { | |||
color: #55ccff; /* Bright sky blue for links on dark bg */ | |||
font-weight: bold; | |||
text-decoration: underline; | |||
} | |||
.header-intro p a:hover { | |||
color: #fff; | |||
} | } | ||