MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: .mbox.hidden { display: flex !important; }" |
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 */ | ||
.mbox. | .mbox, | ||
.mbox * { | |||
color: #b8c8a0 !important; | |||
} | |||
.mbox a { | |||
color: #7ab04a !important; | |||
} | |||
.mbox a.new { | |||
color: #c04040 !important; | |||
} | } | ||