MediaWiki:Common.css: Difference between revisions

Project Herzl (talk | contribs)
No edit summary
Project Herzl (talk | contribs)
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 {
body {
font-family: "Times New Roman", Times, serif;
  font-family: "Times New Roman", Times, serif;
}
 
/* Article content text color */
#mw-content-text,
.mw-parser-output,
.mw-body-content {
  color: #212180;
}
}