MediaWiki:Common.css: Difference between revisions

From Fishtank Live Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .vector-feature-zebra-design-disabled body { background-color: #000; color: #202122; background-image: url(https://fishtanklive.wiki/images/green-bg.webp); background-size: cover; }")
(No difference)

Revision as of 21:32, 1 February 2024

/* CSS placed here will be applied to all skins */
.vector-feature-zebra-design-disabled body {
    background-color: #000;
    color: #202122;
    background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
    background-size: cover;
}