Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Added class keyword color) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /* class keyword color */ | ||
+ | .mw-highlight .nc { | ||
+ | color: #6A6AFF; | ||
+ | } |
Revision as of 22:07, 14 August 2020
/* CSS placed here will be applied to all skins */
/* class keyword color */
.mw-highlight .nc {
color: #6A6AFF;
}