Adjust site bgcolor to be fresher

This commit is contained in:
Franck Nijhof 2024-06-28 11:56:57 +02:00
parent 6c42ffaba5
commit 82f207384f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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;