MediaWiki:Common.css: Difference between revisions
Appearance
imported>PikaJade No edit summary |
imported>PikaJade Added .inheritcol class |
||
| Line 7: | Line 7: | ||
font-family: 'Comic Sans MS', Papyrus, fantasy !important;; | font-family: 'Comic Sans MS', Papyrus, fantasy !important;; | ||
cursor: wait; | cursor: wait; | ||
} | |||
.inheritcol *, .inheritcol a { | |||
color: inherit; | |||
} | } | ||
Revision as of 02:30, 30 July 2025
/* CSS placed here will be applied to all skins */
body {
background-color: #95fcb9;
opacity: 0.85;
}
* {
font-family: 'Comic Sans MS', Papyrus, fantasy !important;;
cursor: wait;
}
.inheritcol *, .inheritcol a {
color: inherit;
}