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:Hiddeni/styles.css to Template:Hidden2/styles.css without leaving a redirect) |
||
(One intermediate revision by the same user not shown) |
Latest revision as of 11:24, 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;
}
}