Common.css: Difference between revisions
From MusicReader Manual
MRWikiAdmin (talk | contribs) No edit summary |
MRWikiAdmin (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
.title-name{ | .title-name{ | ||
font-weight: | font-weight: 600; | ||
} | } | ||
Revision as of 09:14, 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;
font-family: 'Montserrat', sans-serif !important;
}
.title-name{
font-weight: 600;
}