MediaWiki: Common.css: Difference between revisions
From Iwan
(Created page with "→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; }") |
No edit summary |
||
Line 2: | Line 2: | ||
#navbar a, #navbar a:visited, #navbar a:focus, .navbar-brand, #navbar a:hover { | #navbar a, #navbar a:visited, #navbar a:focus, .navbar-brand, #navbar a:hover { | ||
color: white !important; | color: white !important; | ||
} | |||
.navbar-expand-lg .navbar-nav .dropdown-menu { | |||
background-color: #343a40!important; | |||
} | } |
Revision as of 15:34, 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;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
background-color: #343a40!important;
}