Difference between revisions of "MediaWiki:Common.css"

From GoneClear Wiki
Line 3: Line 3:
 
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
 
#content h2 { font-family: "ubuntu";}
 
#content h2 { font-family: "ubuntu";}
#mw-head-base { background-color: #e6ffb4; }
+
#catlinks { background-color: #e6ffb4; }

Revision as of 21:59, 6 October 2020

/* CSS placed here will be applied to all skins */
/* Change default font to ubuntu for "h2" */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
#content h2 { font-family: "ubuntu";}
#catlinks { background-color: #e6ffb4; }