MediaWiki:Common.css: Difference between revisions

From Harthorns-Reverie
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
/* 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;
}

Revision as of 22:40, 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;
}