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
|
@ -82,7 +82,7 @@
|
|||
display: flex;
|
||||
align-items: baseline;
|
||||
border-radius: 4px;
|
||||
background: $ui-highlight-color;
|
||||
background: darken($ui-highlight-color, 2%);
|
||||
color: $primary-text-color;
|
||||
transition: all 100ms ease-in;
|
||||
font-size: 14px;
|
||||
|
@ -95,7 +95,7 @@
|
|||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-color: lighten($ui-highlight-color, 10%);
|
||||
background-color: $ui-highlight-color;
|
||||
transition: all 200ms ease-out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue