Common.css: Difference between revisions
From MusicReader Manual
MRWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
MRWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
body{ | body{ | ||
color: #2B3654 !important; | color: #2B3654 !important; | ||
} | } | ||
Revision as of 09:06, 19 August 2021
/* CSS placed here will be applied to all skins */
.top-bar, .top-bar-section ul li {
background-color: #2B3654 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
color: #2B3654 !important;
}