Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .redacted { | ||
background: #000; | background: #000; | ||
color: #000; | color: #000; | ||
} | } | ||
. | .skin-citizen-dark .redacted { | ||
background: | background: #fff; | ||
color: #fff; | |||
} | } |
Latest revision as of 09:56, 29 March 2022
/* CSS placed here will be applied to all skins */ .redacted { background: #000; color: #000; } .skin-citizen-dark .redacted { background: #fff; color: #fff; }