MediaWiki:Common.css: Difference between revisions

From Vivid Unit
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
Line 2: Line 2:
.p-navbar {
.p-navbar {
   background-color: #00684a;
   background-color: #00684a;
}
body {
  background-color: #ccc;
}
.container {
  background-color: #fff;
}
}

Revision as of 15:10, 17 January 2024

/* CSS placed here will be applied to all skins */
.p-navbar {
  background-color: #00684a;
}
body {
  background-color: #ccc;
}
.container {
  background-color: #fff;
}