MediaWiki:Common.css: Difference between revisions
Appearance
imported>PikaJade Added .inheritcol class |
imported>Redk1tty No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
* { | * { | ||
font-family: 'Comic Sans MS', Papyrus, | font-family: 'Comic Sans MS', Papyrus, sans-serif !important; | ||
} | } | ||
.inheritcol *, .inheritcol a { | .inheritcol *, .inheritcol a { | ||
color: inherit; | color: inherit; | ||
} | } | ||
Revision as of 17:18, 11 January 2026
/* CSS placed here will be applied to all skins */
body {
background-color: #95fcb9;
opacity: 0.85;
}
* {
font-family: 'Comic Sans MS', Papyrus, sans-serif !important;
}
.inheritcol *, .inheritcol a {
color: inherit;
}