MediaWiki:Common.css: Difference between revisions

From EVERYWHERE wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


/* changes the background colour of the bottom and left of each page, up to behind half the logo: */
/* changes the background colour of the bottom and left of each page, up to behind half the logo: */
body { background: #1F1C66; }
body { background-color: #1F1C66; }

Revision as of 11:35, 21 March 2024

/* CSS placed here will be applied to all skins */

/* changes the background colour of the bottom and left of each page, up to behind half the logo: */
body { background-color: #1F1C66; }