From 896571d83834cacdca6eb2ae066e561bf6331cf1 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 23:03:02 +0200 Subject: Enhance homepage layout and content, improve accessibility, and update styles --- styles/_variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'styles/_variables.scss') diff --git a/styles/_variables.scss b/styles/_variables.scss index 26858a2..c4317c4 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -9,6 +9,7 @@ $secondary: hsl(48, 100%, 50%); $dark: hsl(340, 13%, 5%); $background: hsl(210, 40%, 96%); +$backgroundDarker: hsl(210, 40%, 80%); $light: hsl(214, 64%, 98%); $lightAlt: hsl(0, 0%, 100%); -- cgit v1.3