MediaWiki: Common.css: Difference between revisions

From Iwan
Jump to: navigation, search
No edit summary
No edit summary
Line 3: Line 3:
     color: white !important;
     color: white !important;
}
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
.dropdown-menu.show {
     background-color: #343a40!important;
     background-color: #343a40!important;
}
}

Revision as of 15:40, 12 January 2024

/* CSS placed here will be applied to all skins */
#navbar a, #navbar a:visited, #navbar a:focus, .navbar-brand, #navbar a:hover {
    color: white !important;
}
.dropdown-menu.show {
    background-color: #343a40!important;
}