Content deleted Content added
mw:Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis Improve for dark mode (fixes 2024_Democratic_Party_presidential_primaries) and removes styles from print stylesheet |
(Defensively add color white important to make sure these do not get mixed) |
||
Line 178:
html.skin-theme-clientpref-night .sidebar-navbar {
background: black !important;
color: white !important;
}
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-list-title,
Line 192 ⟶ 193:
html.skin-theme-clientpref-os .sidebar-navbar {
background: black !important;
color: white !important;
}
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title,
|