MediaWiki:Common.css: Difference between revisions

Project Herzl (talk | contribs)
change article color
Tag: Reverted
Project Herzl (talk | contribs)
Undo revision 3855 by Project Herzl (talk) change back to black
Tag: Undo
 
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;
}
}