Template:Taxobox/core/styles.css: Difference between revisions
From Holocaustmap
wikitemplates>Pppery |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 05:55, 26 April 2024
/* {{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;
}
}