From a439b83760bdfc8747a3b900905b537ce33a31e1 Mon Sep 17 00:00:00 2001 From: cygni52 Date: Tue, 15 Dec 2015 11:58:17 -0400 Subject: [PATCH 1/2] Update index.css --- www/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/css/index.css b/www/css/index.css index 51daa797..9e5f5f9e 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -113,3 +113,8 @@ h1 { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; } + +body +{ + background:red !important; +} From 2479d969556dd9447475a1109d5f616489c7fb26 Mon Sep 17 00:00:00 2001 From: cygni52 Date: Tue, 15 Dec 2015 12:00:34 -0400 Subject: [PATCH 2/2] Update index.css --- www/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/index.css b/www/css/index.css index 9e5f5f9e..d279aa44 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -116,5 +116,5 @@ h1 { body { - background:red !important; + background:blue !important; }