MediaWiki:Common.css: Difference between revisions
Appearance
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; | |||
} | } | ||
Latest revision as of 00:40, 29 June 2026
/* CSS placed here will be applied to all skins */
.mbox,
.mbox * {
color: #b8c8a0 !important;
}
.mbox a {
color: #7ab04a !important;
}
.mbox a.new {
color: #c04040 !important;
}