Template:Taxobox/core/styles.css

From Avalon
Revision as of 19:12, 25 April 2024 by Roxanne (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
html.skin-theme-clientpref-night .infobox.biota tr {
  background: transparent !important;
}
html.skin-theme-clientpref-night .infobox.biota img {
  background: white;
}

@media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox.biota tr {
      background: transparent !important;
    }
    html.skin-theme-clientpref-os .infobox.biota img {
      background: white;
    }
}