MediaWiki:Common.css: Difference between revisions

From Harthorns-Reverie
No edit summary
Tag: 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 {
body {
   background: red;
   background: red !important;
}
 
/* 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:46, 6 February 2022

body {
  background: red !important;
}