Difference between revisions of "MediaWiki:Common.css"

From Mudas Wiki
Jump to navigation Jump to search
(Update body CSS)
 
(Remove background from header)
Line 7: Line 7:
     line-height: 20px;
     line-height: 20px;
     font-weight: 700;
     font-weight: 700;
}
.mw-page-base {
background-color: none;
background-image: none;
}
}

Revision as of 12:34, 27 April 2022

/* CSS placed here will be applied to all skins */
body {
	background-color: #fdeedb;
	font-family: 'Roboto Condensed', sans-serif;
    color: #170436;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.mw-page-base {
	background-color: none;
	background-image: none;
}