MediaWiki:Common.css: Difference between revisions

mNo edit summary
m fix for infobox headers on dark mode
 
Line 270: Line 270:
html.skin-theme-clientpref-night .infobox {
html.skin-theme-clientpref-night .infobox {
     color: white !important;
     color: white !important;
}
html.skin-theme-clientpref-night .infobox-header {
    background-color: #35393d !important;
}
}