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;