MediaWiki:Common.css: Difference between revisions

From Handcrafted Policy
No edit summary
Tag: Manual revert
No edit summary
Line 8: Line 8:
.color-right {
.color-right {
   background: #014c68;
   background: #014c68;
}
#mw-content-container {
  border-color: #37abc8;
}
}

Revision as of 01:08, 5 November 2024

/* CSS placed here will be applied to all skins */
body {
  background: #014c68;
}

.color-left,
.color-middle,
.color-right {
  background: #014c68;
}

#mw-content-container {
  border-color: #37abc8;
}