MediaWiki:Common.css: Difference between revisions

From Vivid Unit
(Created page with "→‎CSS placed here will be applied to all skins: .p-navbar { background-color: #00684a; }")
 
mNo edit summary
Tag: Reverted
Line 2: Line 2:
.p-navbar {
.p-navbar {
   background-color: #00684a;
   background-color: #00684a;
  color: #dddddd;
}
}

Revision as of 15:09, 16 January 2024

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