MediaWiki:Monoboom.css: Difference between revisions
From Kaboom Wiki
Use light logo for monoboom |
Koshchki123 (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image:url(/static/logo-light.svg?50253) | background-image:url(/static/logo-light.svg?50253) | ||
} | |||
/* hack to make wikieditor usable */ | |||
.wikiEditor-ui-toolbar { | |||
background-color: #fff !important; | |||
} | } | ||
Revision as of 21:52, 2 August 2026
/* All CSS here will be loaded for users of the MonoBoom skin */
.mw-wiki-logo {
background-image:url(/static/logo-light.svg?50253)
}
/* hack to make wikieditor usable */
.wikiEditor-ui-toolbar {
background-color: #fff !important;
}