MediaWiki:Common.css: Difference between revisions
infobox fix for dark mode |
m fix for infobox headers on dark mode |
||
| (One intermediate revision by the same user not shown) | |||
| Line 269: | Line 269: | ||
/* dark mode color */ | /* dark mode color */ | ||
html.skin-theme-clientpref-night .infobox { | html.skin-theme-clientpref-night .infobox { | ||
color: white; | color: white !important; | ||
} | |||
html.skin-theme-clientpref-night .infobox-header { | |||
background-color: #35393d !important; | |||
} | } | ||