Difference between revisions of "MediaWiki:Common.css"
RoyalBatty (talk | contribs) |
RoyalBatty (talk | contribs) |
||
Line 4: | Line 4: | ||
--color-gray-10: #f4f4f4; | --color-gray-10: #f4f4f4; | ||
--color-gray-20: #e0e0e0 | --color-gray-20: #e0e0e0 | ||
+ | } | ||
+ | |||
+ | #mw-panel { | ||
+ | background: var(--color-gray-20); | ||
} | } |
Revision as of 09:48, 19 July 2021
/* CSS placed here will be applied to all skins */ :root { --color-gray-10: #f4f4f4; --color-gray-20: #e0e0e0 } #mw-panel { background: var(--color-gray-20); }