MediaWiki:Common.css: Difference between revisions

From Harthorns-Reverie
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
$wgDefaultSkin = 'timeless';
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
body {

Revision as of 22:45, 6 February 2022

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: red;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: red;
}