MediaWiki

Common.css: Difference between revisions

From MusicReader Manual

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.top-bar {
.top-bar, .top-bar-section ul li {
  background-color: #2B3654 !important;
  background-color: #2B3654 !important;
}
}

Revision as of 08:52, 19 August 2021

/* CSS placed here will be applied to all skins */
.top-bar, .top-bar-section ul li {
 background-color: #2B3654 !important;
}