Module:Infobox/styles.css: Difference between revisions
Add some example pages and slightly darken background |
.... and of course color-base is needed. |
||
Line 46: | Line 46: | ||
html.skin-theme-clientpref-night .infobox-full-data * { | html.skin-theme-clientpref-night .infobox-full-data * { | ||
background: #1f1f23 !important; | background: #1f1f23 !important; | ||
/* switch with var( --color-base ) when supported. */ | |||
color: #f8f9fa; | |||
} | } | ||
Line 51: | Line 53: | ||
html.skin-theme-clientpref-os .infobox-full-data * { | html.skin-theme-clientpref-os .infobox-full-data * { | ||
background: #1f1f23 !important; | background: #1f1f23 !important; | ||
/* switch with var( --color-base ) when supported. */ | |||
color: #f8f9fa; | |||
} | } | ||
} | } |