From 7db002f5504976cefd4e6ed4ff66bd247c416893 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Tue, 18 Feb 2025 21:18:50 +0100 Subject: [PATCH] Change teal to improve lighthouse score --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 9650b68..b92cf59 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1,7 +1,7 @@ /* VARIABLES ========================================================================== */ // COLORS -$teal: #63BDA2; +$teal: #1F8455; $teal-darker: #359377; $gray-background: #F7F7F7; $gray-table-border: #EEEEEE;