MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--color-surface-0: rgb(28, 28, 37); | --color-surface-0: rgb(28, 28, 37); | ||
--color-surface-1: rgb(35, 35, 45); | |||
--color-surface-2: rgb(44, 44, 56); | |||
--color-surface-3: rgb(52, 52, 68); | |||
--color-surface-4: rgb(58, 58, 75); | |||
} | } | ||
Revision as of 11:21, 15 February 2026
/* CSS placed here will be applied to all skins */
:root {
--color-surface-0: rgb(28, 28, 37);
--color-surface-1: rgb(35, 35, 45);
--color-surface-2: rgb(44, 44, 56);
--color-surface-3: rgb(52, 52, 68);
--color-surface-4: rgb(58, 58, 75);
}