MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 */ | ||
.cdx-dialog,.cdx-card,.cdx-card__text__title, .cdx-message | .cdx-dialog,.cdx-card,.cdx-card__text__title, .cdx-message { | ||
background-color: #131313 !important; | background-color: #131313 !important; | ||
color: #aca597 !important; | color: #aca597 !important; |
Latest revision as of 16:47, 8 May 2025
/* CSS placed here will be applied to all skins */ .cdx-dialog,.cdx-card,.cdx-card__text__title, .cdx-message { background-color: #131313 !important; color: #aca597 !important; border: 1px solid #000 !important; } .cdx-card__text__title,.cdx-message { color: #aca597 !important; }