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