From 013a08833c35a67574df7def5375ce38a3099690 Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 12 Feb 2017 03:11:46 +0200 Subject: [PATCH] Orange colors --- _includes/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/index.css b/_includes/index.css index d86290e..9cd18d7 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -25,8 +25,8 @@ body { height: 100%; } body { - background: #f5f5f5; - color: #565656; + background: #ffbb32; + color: #777777; font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.000em; line-height: 1;