MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Link color: #733594) |
No edit summary |
||
| Line 7: | Line 7: | ||
/* Colors */ | /* Colors */ | ||
a { | a, a.mw-body.external { | ||
color: #733594; | color: #733594; | ||
} | } | ||
Revision as of 16:55, 10 October 2013
/* CSS placed here will be applied to all skins */
/*
Hide firstHeading on main page
*/
.page-Main_Page .firstHeading { display: none; }
/* Colors */
a, a.mw-body.external {
color: #733594;
}