From e44fbd85b22356fc3a7470f56a02cad08fb952d8 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Tue, 9 Nov 2021 11:42:00 +0100
Subject: [PATCH] lighten foreground color to pass WCAG check

---
 scss/_var.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scss/_var.scss b/scss/_var.scss
index 74b5be3..3925ddf 100644
--- a/scss/_var.scss
+++ b/scss/_var.scss
@@ -1,7 +1,7 @@
 $back-color: #1a2332;
 $text-color: #b3b3b3;
 $title-color: #fff;
-$accent-color: #1cb09a;
+$accent-color: #20c5ad;
 $content-footer-div-color: #03A8F4;
 
 $darker-color: 5%;
@@ -13,4 +13,4 @@ $border-radius-image: 5px;
 $mobile-max-width: 700px;
 $small-mobile-max-width: 300px;
 
-$link-hover-animation-time: 0.2s;
\ No newline at end of file
+$link-hover-animation-time: 0.2s;
-- 
GitLab