lighten foreground color to pass WCAG check
This commit is contained in:
parent
627cc72aad
commit
e44fbd85b2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue