Jump to content

Template:Infobox/styles-images.css: Difference between revisions

From The Democratika Wiki
>Pppery
 
(No difference)

Latest revision as of 00:03, 24 July 2024

/* {{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;
  }
}