From d972418dae1e5ac6c2ad9891f1412200d9cb713d Mon Sep 17 00:00:00 2001 From: Frances Berriman Date: Wed, 31 Aug 2016 10:54:12 -0700 Subject: [PATCH] Set main bg and foreground colours --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index bbf9d6ba..8284730b 100644 --- a/src/index.css +++ b/src/index.css @@ -12,7 +12,8 @@ html { body { font-family: 'Roboto', sans-serif; height: 100%; - background-color: #fafafa; + background-color: #f2f5f4; + color:#7c8382; margin: 0; }