Template:Color/styles.css: Difference between revisions
Jump to navigation
Jump to search
(remove stuff that should go in /doc) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 19:33, 20 July 2024
/* {{pp-template}} */ /* [[phab:T360683]]: This stylesheet removes the function of this template in * dark mode */ 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 (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; } }