Jump to content

Template:Infobox microanatomy/styles.css: Difference between revisions

From The Democratika Wiki
>JAlone
Improve dark mode display
 
(No difference)

Latest revision as of 14:47, 25 February 2025

@media screen {
	html.skin-theme-clientpref-night .infobox_microanatomy tr:nth-of-type(-n+4) [src$=PNG],	
	html.skin-theme-clientpref-night .infobox_microanatomy tr:nth-of-type(-n+4) [src$=png]{
		background: white;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox_microanatomy tr:nth-of-type(-n+4) [src$=PNG],
	html.skin-theme-clientpref-os .infobox_microanatomy tr:nth-of-type(-n+4) [src$=png]{
		background: white;
	}
}