Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Consumer Rights Wiki
Kostas (talk | contribs)
Created page with "Infobox darkmode fix: html.skin-theme-clientpref-night .hatnote:not(.notheme), html.skin-theme-clientpref-night .dablink:not(.notheme), html.skin-theme-clientpref-night .rellink:not(.notheme), html.skin-theme-clientpref-night .infobox:not(.notheme) { color: var(--color-base, #202122) !important; background-color: var(--background-color-interactive-subtle, #f8f9fa) !important; }"
(No difference)

Revision as of 23:31, 29 January 2025

/* Infobox darkmode fix */
html.skin-theme-clientpref-night .hatnote:not(.notheme),
html.skin-theme-clientpref-night .dablink:not(.notheme),
html.skin-theme-clientpref-night .rellink:not(.notheme),
html.skin-theme-clientpref-night .infobox:not(.notheme) {
    color: var(--color-base, #202122) !important;
    background-color: var(--background-color-interactive-subtle, #f8f9fa) 
!important;
}