Fix footer color on "short" pages, recolor banner

This commit is contained in:
Justin Ethier 2016-11-19 15:55:50 +00:00
parent 2ccd73f3db
commit fed51106c3

View file

@ -51,7 +51,7 @@ Theme Styles
body {
box-sizing: border-box;
color:#373737;
background: /*#212121;*/ #F0F1F2;
background: #212121;
font-size: 16px;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
line-height: 1.5;
@ -320,7 +320,7 @@ p.banner {
}
.banner {
color: #000;
color: #fff;
font-weight: 700;
margin: 0px;
padding-top: 10px;