Template:Infobox/styles-images.css

From AviationSafetyX Wiki
Revision as of 23:05, 3 April 2025 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{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;
  }
}