More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
#mw-page-base { | #mw-page-base { | ||
background:linear-gradient(to bottom, # | background:linear-gradient(to bottom, #FFFFFF 50%, #DFEFFF 100%) !important; | ||
} | } | ||
Revision as of 11:53, 15 February 2023
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
html, body {
font-family: 'Inter', sans-serif !important;
background-color:#DFEFFF;
}
#mw-page-base {
background:linear-gradient(to bottom, #FFFFFF 50%, #DFEFFF 100%) !important;
}
.mw-first-heading, .mw-headline {
font-family: 'Inter', sans-serif !important;
font-weight:bold;
}
.wikitable {
float:right;
margin-left:20px;
}