From 9e957a2cbdd609a7e9dafed48f9999161abd884f Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 26 Jul 2021 13:13:07 +0000 Subject: [PATCH] Update accent color --- src/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_variables.scss b/src/_variables.scss index 33c9a01..8756a2b 100644 --- a/src/_variables.scss +++ b/src/_variables.scss @@ -1,5 +1,5 @@ $layoutWidth: 1200px; -$accentColor: #e5502b; +$accentColor: #e52b3e; $background: #070707; $lightBackground: #fff; $textColor: white;