Difference between revisions of "MediaWiki:Common.css"

From Horse Academy
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background: #3b3b3b; font-family: 'Quicksand', sans-serif; color:white; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
    background: #3b3b3b;
    font-family: 'Quicksand', sans-serif;
    color:white;
  }

Revision as of 08:02, 16 March 2022

/* CSS placed here will be applied to all skins */