MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 22: Line 22:


/* Fix dark mode making light boxes unreadable. */
/* Fix dark mode making light boxes unreadable. */
html.skin-theme-clientpref-night .mw-parser-output [style*="background"] {
html.skin-theme-clientpref-night .mw-parser-output [style*="background"]
html.skin-theme-clientpref-os .mw-parser-output [style*="background"] {
   color: #202122;
   color: #202122;
}
}