MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
/* Colors */ | /* Colors */ | ||
a, a.mw-body.external { | a, a.mw-body.external, a.external.text { | ||
color: #733594; | color: #733594; | ||
} | } | ||
Revision as of 16:56, 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, a.external.text {
color: #733594;
}