Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: :root { --trigger-color: #AC2424; --action-color: #1665B0; --constraint-color: green; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | .trigger-style { | |
− | + | background-color: #AC2424; | |
− | + | color: white; | |
− | - | + | border-radius: 10px; |
+ | padding: 10px; | ||
} | } |
Revision as of 20:48, 10 June 2024
/* CSS placed here will be applied to all skins */ .trigger-style { background-color: #AC2424; color: white; border-radius: 10px; padding: 10px; }