More actions
Tabula Rasa (talk | contribs) No edit summary |
Tabula Rasa (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
html.skin-theme-clientpref-night .main-page-header { | html.skin-theme-clientpref-night .main-page-header { | ||
background-color: #1E1E1E | background-color: #1E1E1E !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
Line 29: | Line 29: | ||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .main-page-header { | html.skin-theme-clientpref-os .main-page-header { | ||
background-color: #1E1E1E | background-color: #1E1E1E !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
} | } |
Revision as of 10:36, 25 February 2025
/* CSS placed here will be applied to all skins */ .infobox-table th { vertical-align: top; } .infobox-table td { vertical-align: top; } html.skin-theme-clientpref-night .infobox-table { background-color: black !important; color: white !important; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .infobox-table { background-color: black !important; color: white !important; } } html.skin-theme-clientpref-night .main-page-header { background-color: #1E1E1E !important; color: white !important; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .main-page-header { background-color: #1E1E1E !important; color: white !important; } }