From 93ccd5a16d4c76cee0122e3cc1c761b6b6f1c1e5 Mon Sep 17 00:00:00 2001 From: Kyle Benson Date: Mon, 24 Oct 2016 15:56:14 -0400 Subject: [PATCH] New branch to ABtest features --- .gitignore | 3 ++- views/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57289ac..1b7e22c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules/ -npm-debug.log \ No newline at end of file +npm-debug.log +.DS_Store diff --git a/views/index.html b/views/index.html index 225cf84..f223207 100644 --- a/views/index.html +++ b/views/index.html @@ -43,7 +43,7 @@ section{ } body { - background: #106fb7; + background: #24b710; font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif; font-size: 14px; line-height: 1.4;