Module:Infobox/styles.css: Difference between revisions
Appearance
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 34: | Line 34: | ||
@media screen { | @media screen { | ||
skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] { | |||
background: #1f1f23 !important; | background: #1f1f23 !important; | ||
/* switch with var( --color-base ) when supported. */ | /* switch with var( --color-base ) when supported. */ | ||
Line 43: | Line 43: | ||
@media screen and ( prefers-color-scheme: dark) { | @media screen and ( prefers-color-scheme: dark) { | ||
skin-theme-clientpref-os .infobox-full-data:not(.notheme) div:not(.notheme) { | |||
background: #1f1f23 !important; | background: #1f1f23 !important; | ||
/* switch with var( --color-base ) when supported. */ | /* switch with var( --color-base ) when supported. */ |