Fixed the actual location for background color

This commit is contained in:
Kyle Benson 2016-10-24 15:34:53 -04:00
parent 0f2f4aa550
commit 7e5962be6a

View file

@ -42,7 +42,8 @@ section{
display: block; display: block;
} }
body { body {
color: #404040; <!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
background: #106fb7;
font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif; font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.4; line-height: 1.4;
@ -177,7 +178,7 @@ p {
p + h2 { p + h2 {
margin-top: 2em; margin-top: 2em;
} }
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
html { html {
background: #106fb7; background: #106fb7;
height: 100%; height: 100%;