MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:
#tagline { display: none; }
#tagline { display: none; }


.mw-body a:link { color: #0645AD !IMPORTANT; }
.mw-body a:link { color: black !IMPORTANT; }

Revision as of 14:38, 21 December 2021

/* CSS placed here will be applied to all skins */

/* Hide titles */ 
.title { display: none; }
#tagline { display: none; }

.mw-body a:link { color: black !IMPORTANT; }