Jump to content

Template:Non-free use rationale logo/styles.css

Frae Wikipedia, the free beuk o knawledge
@media screen {
    html.skin-theme-clientpref-night .fileinfotpl-type-fairuse tr th {
		background: var( --background-color-interactive ) !important;
		color: inherit !important;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .fileinfotpl-type-fairuse tr th {
		background: var( --background-color-interactive ) !important;
		color: inherit !important;
	}
}