lighten foreground color to pass WCAG check

This commit is contained in:
Jonas Leder 2021-11-09 11:42:00 +01:00
parent 627cc72aad
commit e44fbd85b2

View file

@ -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;
$link-hover-animation-time: 0.2s;