From fd101a6b54f7b8b36bdef015d77365fb41a353df Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 6 Oct 2023 14:49:41 +0300 Subject: [PATCH] Fix secondary-section-color --- less/section.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/section.less b/less/section.less index 0267a0b..3212e8d 100644 --- a/less/section.less +++ b/less/section.less @@ -2,4 +2,4 @@ @section-primary-background: @global-primary-gradient; /** Secondary*/ -@section-secondary-background: @black-color; +@section-secondary-background: @global-dark-background;