Change teal to improve lighthouse score

This commit is contained in:
Ivaylo Ivanov 2025-02-18 21:18:50 +01:00
parent 502ec20d97
commit 7db002f550

View File

@ -1,7 +1,7 @@
/* VARIABLES ========================================================================== */
// COLORS
$teal: #63BDA2;
$teal: #1F8455;
$teal-darker: #359377;
$gray-background: #F7F7F7;
$gray-table-border: #EEEEEE;