Change inverse text primary

This commit is contained in:
Konstantinos Triantafyllou 2022-10-12 16:36:37 +03:00
parent 6380311b1e
commit 4db4795a04
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@
@background-primary-background: @explore-color; @background-primary-background: @explore-color;
@background-primary-background-gradient: none; @background-primary-background-gradient: none;
/* Text */ /** Text */
@text-primary-color: @explore-color; @text-primary-color: @explore-color;
@text-background-color: @explore-color;
@inverse-text-primary-color: @explore-color;
/* Label */ /* Label */
@label-secondary-color: @explore-color; @label-secondary-color: @explore-color;