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;