Template:Non-free use rationale logo/styles.css
Appearance
@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;
}
}