Template:Color/styles.css: Difference between revisions
Appearance
m Protected "Template:Color/styles.css": templtae ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color, | html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color, | ||
Latest revision as of 01:55, 22 November 2025
@media screen {
html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-night p > .tmp-color,
html.skin-theme-clientpref-night table:not(.notheme) .tmp-color {
color: inherit !important;
}
}
@media screen and ( prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-os p > .tmp-color,
html.skin-theme-clientpref-os table:not(.notheme) .tmp-color {
color: inherit !important;
}
}