From a1bb8c38829f257ce230b1bf592aee5583f17bdd Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 9 Jan 2019 23:50:27 -0500 Subject: [PATCH] Update color of resume hexagon to be less bright --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 09bfd26..bc30734 100644 --- a/css/style.css +++ b/css/style.css @@ -922,8 +922,8 @@ body.mobile-nav-active #mobile-nav-toggle { } .hb-resume, .hb-resume:after, .hb-resume:before { - background:red; - border-color:red; + background:#c44b2d; + border-color:#c44b2d; color:#fff; }