Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Added class keyword color) |
m (Darkened border for thumbnail images) |
||
| Line 4: | Line 4: | ||
.mw-highlight .nc { | .mw-highlight .nc { | ||
color: #6A6AFF; | color: #6A6AFF; | ||
| + | } | ||
| + | |||
| + | html .thumbimage { | ||
| + | border-color: #484848; | ||
} | } | ||
Revision as of 18:12, 15 August 2020
/* CSS placed here will be applied to all skins */
/* class keyword color */
.mw-highlight .nc {
color: #6A6AFF;
}
html .thumbimage {
border-color: #484848;
}