MediaWiki

Common.css: Difference between revisions

From MusicReader Manual

No edit summary
No edit summary
Line 2: Line 2:
.top-bar, .top-bar-section ul li {
.top-bar, .top-bar-section ul li {
  background-color: #2B3654 !important;
  background-color: #2B3654 !important;
}
body{
color: #2B3654 !important;
}
}

Revision as of 09:00, 19 August 2021

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

body{
color: #2B3654 !important;
}