Template:Color/styles.css

From Fanverse
Revision as of 17:35, 14 October 2025 by Mob (talk | contribs) (Created page with "→‎{{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:no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}