From 4db4795a04bb9200bc8fe9eaff489bbf38809346 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 12 Oct 2022 16:36:37 +0300 Subject: [PATCH] Change inverse text primary --- explore/src/assets/explore-custom.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explore/src/assets/explore-custom.less b/explore/src/assets/explore-custom.less index 5b160e16..e5899a09 100644 --- a/explore/src/assets/explore-custom.less +++ b/explore/src/assets/explore-custom.less @@ -15,8 +15,10 @@ @background-primary-background: @explore-color; @background-primary-background-gradient: none; -/* Text */ +/** Text */ @text-primary-color: @explore-color; +@text-background-color: @explore-color; +@inverse-text-primary-color: @explore-color; /* Label */ @label-secondary-color: @explore-color;