From 3250bd8f876e183375eeb17aca0a099bc27a89f7 Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 12 Feb 2017 03:13:50 +0200 Subject: [PATCH] Changed incorrect color --- _includes/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/index.css b/_includes/index.css index 9cd18d7..199890f 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -25,7 +25,7 @@ body { height: 100%; } body { - background: #ffbb32; + background: #fff6e5; color: #777777; font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.000em;