Actions

MediaWiki

Common.css: Difference between revisions

From falz.net

Undo revision 192 by Falz (talk)
No edit summary
Line 4: Line 4:
background-color: black;
background-color: black;
color: white;
color: white;
border:2px
}
}

Revision as of 12:18, 27 January 2018

/* CSS placed here will be applied to all skins */
pre {
  margin-left: 50px;
background-color: black;
color: white;
border:2px
}