MediaWiki

Common.css: Difference between revisions

From MusicReader Manual

No edit summary
No edit summary
Line 3: Line 3:
  background-color: #2B3654 !important;
  background-color: #2B3654 !important;
}
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
background: #008CBA !important;
background: #008CBA !important;
  background-color: #008CBA !important;
  background-color: #008CBA !important;

Revision as of 09:23, 19 August 2021

/* CSS placed here will be applied to all skins */
.top-bar, .top-bar-section ul li {
 background-color: #2B3654 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
background: #008CBA !important;
 background-color: #008CBA !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;
}