Attempt changing body background color

This commit is contained in:
Justin Ethier 2016-08-09 17:25:44 -04:00
parent c807d08d07
commit 17eaa701c8

View file

@ -51,7 +51,7 @@ Theme Styles
body {
box-sizing: border-box;
color:#373737;
background: #000000;
background: #212121;
font-size: 16px;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
line-height: 1.5;