MediaWiki:Common.css: Difference between revisions

From 95 Degrees Wiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color:#FF0000 !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
background-color:#FF0000 !important;
 
html, body {
font-family: 'Inter', sans-serif !important;
}
}

Revision as of 08:09, 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;
}