Template:Taxobox/core/styles.css: Difference between revisions
< Template:Taxobox | core
(No difference)
|
Revision as of 03:14, 24 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;
}
}