From 82f207384fa82585757668a481109f0192807a60 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 28 Jun 2024 11:56:57 +0200 Subject: [PATCH] Adjust site bgcolor to be fresher --- sass/oscailte/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/oscailte/_variables.scss b/sass/oscailte/_variables.scss index a0ecf4d54b3..7dad5e5c133 100644 --- a/sass/oscailte/_variables.scss +++ b/sass/oscailte/_variables.scss @@ -53,7 +53,7 @@ $footer-height: 100px; $primary-color: $blue; $secondary-color: $green; // ------------------------- -$site-background: #F5F5F5; +$site-background: #FBFBFB; $header-background: $white; $footer-background: $header-background; $text-color: $grayDarker;