Template:Infobox/styles-images.css

From RS-485
Revision as of 13:01, 3 May 2026 by Admin (talk | contribs) (Imported missing template from Wikipedia)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Template:Pp-template */ @media screen {

 html.skin-theme-clientpref-night .infobox-has-images-with-white-backgrounds img {
     background: white;
 }

}

@media screen and (prefers-color-scheme: dark) {

 html.skin-theme-clientpref-os .infobox-has-images-with-white-backgrounds img {
     background: white;
 }

}