Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
} | } | ||
− | + | .mw-body .firstHeading { | |
− | .mw-body | ||
color: #00008B; | color: #00008B; | ||
} | } | ||
.mw-body-content h2 { | .mw-body-content h2 { | ||
− | color: # | + | color: #00008B; |
} | } |
Revision as of 20:21, 4 February 2023
/* CSS placed here will be applied to all skins */ body { font-size: larger; } a.new { color: #008000 !important; } .mw-body .firstHeading { color: #00008B; } .mw-body-content h2 { color: #00008B; }