MediaWiki:Common.css: Difference between revisions

m
no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: white; }")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');


body {
body {
background-color: white;
background-color: white;
}
h1, h2 {
font-family: "Jersey 25", sans-serif;
}
}