MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
#firstHeading{ | #firstHeading{ | ||
color:rgb( | color:rgb(0, 128, 128); | ||
} | } | ||
.mw-body-content h2 { | .mw-body-content h2 { | ||
color:rgb( | color:rgb(174, 85, 255); | ||
} | } | ||
.mw-body-content body { | .mw-body-content body { | ||
color:rgb( | color:rgb(255, 255, 255); | ||
} | } |
Revision as of 18:40, 6 October 2021
/* CSS placed here will be applied to all skins */ #firstHeading{ color:rgb(0, 128, 128); } .mw-body-content h2 { color:rgb(174, 85, 255); } .mw-body-content body { color:rgb(255, 255, 255); }