MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
change article color Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | |||
font-family: "Times New Roman", Times, serif; | |||
} | |||
/* Article content text color */ | |||
#mw-content-text, | |||
.mw-parser-output, | |||
.mw-body-content { | |||
color: #212180; | |||
} | } |