More actions
(Created page with "@media screen { html.skin-theme-clientpref-night .template-hidden, html.skin-theme-clientpref-night .template-hidden-header { background-color: inherit !important; color: inherit !important; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .template-hidden, html.skin-theme-clientpref-os .template-hidden-header { background-color: inherit !important; color: inherit !important; } }") |
m (HydeWing moved page Template:Hidden/styles.css to Template:Hiddeni/styles.css without leaving a redirect) |
Revision as of 11:05, 26 October 2024
@media screen {
html.skin-theme-clientpref-night .template-hidden,
html.skin-theme-clientpref-night .template-hidden-header {
background-color: inherit !important;
color: inherit !important;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-hidden,
html.skin-theme-clientpref-os .template-hidden-header {
background-color: inherit !important;
color: inherit !important;
}
}