Template:Taxobox/core/styles.css: Difference between revisions
< Template:Taxobox | core
m (1 revision imported) |
|
(No difference)
| |
Latest revision as of 19:12, 25 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;
}
}