Module:Infobox/styles.css: Difference between revisions
Apply night theme to infobox full data so links are accessible |
Add some example pages and slightly darken background |
||
Line 43: | Line 43: | ||
/* Dark theme: */ | /* Dark theme: [[William_Wragg]], [[Coral_Castle]] */ | ||
html.skin-theme-clientpref-night .infobox-full-data * { | html.skin-theme-clientpref-night .infobox-full-data * { | ||
background: # | background: #1f1f23 !important; | ||
} | } | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .infobox-full-data * { | html.skin-theme-clientpref-os .infobox-full-data * { | ||
background: # | background: #1f1f23 !important; | ||
} | } | ||
} | } |