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 difference)

Revision as of 02:13, 12 January 2025

/* 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;
}