From 61f3abd6cac24b10799276de394793b2b1116531 Mon Sep 17 00:00:00 2001 From: Kyle Benson Date: Mon, 24 Oct 2016 20:51:10 -0400 Subject: [PATCH] Commiting awesome new GREEN color --- views/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/views/index.html b/views/index.html index bc56ab0..42e307f 100644 --- a/views/index.html +++ b/views/index.html @@ -42,8 +42,7 @@ section{ display: block; } body { - - background: #24b710; + background: #106fb7; font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif; font-size: 14px; line-height: 1.4; @@ -178,9 +177,9 @@ p { p + h2 { margin-top: 2em; } - + html { - background: #24b710; + background: #106fb7; height: 100%; } code{