More actions
Tabula Rasa (talk | contribs) No edit summary |
Tabula Rasa (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
@media screen { | @media screen { | ||
.skin-theme-clientpref-night .infobox-table { | .skin-theme-clientpref-night .infobox-table { | ||
background-color: black; | background-color: black !important; | ||
color: white; | color: white !important; | ||
} | } | ||
} | } |
Revision as of 08:29, 19 February 2025
/* CSS placed here will be applied to all skins */ .infobox-table th { vertical-align: top; } .infobox-table td { vertical-align: top; } @media screen { .skin-theme-clientpref-night .infobox-table { background-color: black !important; color: white !important; } }