Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
(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 edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.vector-feature-zebra-design-disabled body {
.vector-feature-zebra-design-disabled body {
    background-color: #000;
    color: #202122;
     background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
     background-image: url(https://fishtanklive.wiki/images/green-bg.webp);
     background-size: cover;
     background-size: cover;
}
}