MediaWiki:Common.css: Difference between revisions
Appearance
imported>ProtoEXploreR mNo edit summary |
imported>Jasedxyz No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-color: #95fcb9; | background-color: #95fcb9; | ||
font-family: 'Comic Sans MS', Papyrus, fantasy; | } | ||
* { | |||
font-family: 'Comic Sans MS', Papyrus, fantasy !important; | |||
} | } | ||
Revision as of 03:16, 21 July 2025
/* CSS placed here will be applied to all skins */
body {
background-color: #95fcb9;
}
* {
font-family: 'Comic Sans MS', Papyrus, fantasy !important;
}