MediaWiki:Common.css: Difference between revisions
(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; | |||
} | } | ||
Revision as of 17:49, 13 November 2025
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');
body {
background-color: white;
}
h1, h2 {
font-family: "Jersey 25", sans-serif;
}