From 7e5962be6a735eb59e334c577ea45b8640238cf8 Mon Sep 17 00:00:00 2001 From: Kyle Benson Date: Mon, 24 Oct 2016 15:34:53 -0400 Subject: [PATCH] Fixed the actual location for background color --- views/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index 3efcb97..225cf84 100644 --- a/views/index.html +++ b/views/index.html @@ -42,7 +42,8 @@ section{ display: block; } body { - color: #404040; + + background: #106fb7; font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif; font-size: 14px; line-height: 1.4; @@ -177,7 +178,7 @@ p { p + h2 { margin-top: 2em; } - + html { background: #106fb7; height: 100%;