Template:Color/styles.css
Jump to navigation
Jump to search
/* {{pp-template}} */
/* [[phab:T360683]]: Disable template color overrides in dark mode (manual + OS). */
/* Manual dark theme (user-selected) */
html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-night p:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-night table:not(.notheme) .tmp-color,
/* Automatic dark theme (OS-level) */
html.skin-theme-clientpref-os div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-os p:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-os table:not(.notheme) .tmp-color {
color: inherit !important;
}