Jump to content

MediaWiki:Common.css: Difference between revisions

From CHORDIOID Wiki
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;
}
}

Revision as of 02:14, 12 January 2025

/* CSS placed here will be applied to all skins */
:root {
    --pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important;
    --pi-secondary-background: var(--background-color-interactive, #eaecf0) !important;
}