Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
| + | .mw-body a.external, | ||
.mw-body a.external:visited { | .mw-body a.external:visited { | ||
color: #fff!important; | color: #fff!important; | ||
} | } | ||
Revision as of 16:44, 2 December 2019
/* CSS placed here will be applied to all skins */
/* Hide Discussion tab */
#ca-talk { display:none!important; }
/* Hide powered by logo */
#footer-poweredbyico { display: none; }
.mw-body a.external,
.mw-body a.external:visited {
color: #fff!important;
}