MediaWiki:Common.css: Difference between revisions

Created page with "CSS placed here will be applied to all skins: :root { --pi-background: var(--background-color-interactive-subtle) !important; --pi-secondary-background: var(--background-color-interactive) !important; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
:root {
:root {
     --pi-background: var(--background-color-interactive-subtle) !important;
     --pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important;
     --pi-secondary-background: var(--background-color-interactive) !important;
     --pi-secondary-background: var(--background-color-interactive, #eaecf0) !important;
}
}