Fix contrast of some elements with new brand colors (#18691)
This commit is contained in:
parent
7b5100aaed
commit
0391b2a603
9 changed files with 34 additions and 42 deletions
|
@ -34,7 +34,7 @@ $primary-text-color: $white !default;
|
|||
$darker-text-color: $ui-primary-color !default;
|
||||
$dark-text-color: $ui-base-lighter-color !default;
|
||||
$secondary-text-color: $ui-secondary-color !default;
|
||||
$highlight-text-color: $ui-highlight-color !default;
|
||||
$highlight-text-color: lighten($ui-highlight-color, 8%) !default;
|
||||
$action-button-color: $ui-base-lighter-color !default;
|
||||
$passive-text-color: $gold-star !default;
|
||||
$active-passive-text-color: $success-green !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue