Fixing contrast on Organization pill in Dashboard (#6288)
* fixing contrast on org pill * well... actually this is a fix...
This commit is contained in:
parent
fd1c13c7b6
commit
5b37ffe267
1 changed files with 2 additions and 2 deletions
|
|
@ -395,10 +395,10 @@
|
||||||
.dashboard-top-pill {
|
.dashboard-top-pill {
|
||||||
@include themeable(
|
@include themeable(
|
||||||
background,
|
background,
|
||||||
theme-secondary-color,
|
theme-container-accent-background,
|
||||||
darken($light-gray, 6%)
|
darken($light-gray, 6%)
|
||||||
);
|
);
|
||||||
@include themeable(color, theme-container-background, #fff);
|
@include themeable(color, theme-color, $black);
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 3px 10px;
|
padding: 3px 10px;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue