Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Remove background from header) |
m (Fix tag) |
||
| Line 8: | Line 8: | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
#mw-page-base { | |||
background-color: none; | background-color: none; | ||
background-image: 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;
}