Fix Dev listings button color in pink theme (#4190) [ci skip]
This commit is contained in:
parent
46750e0a87
commit
598427f658
1 changed files with 6 additions and 1 deletions
|
|
@ -548,12 +548,17 @@
|
|||
@include themeable(
|
||||
color,
|
||||
theme-color,
|
||||
$white
|
||||
$black
|
||||
);
|
||||
border: 3px solid white;
|
||||
@include themeable(
|
||||
border-color,
|
||||
theme-color,
|
||||
$black
|
||||
);
|
||||
@include themeable(
|
||||
background-color,
|
||||
theme-container-accent-background,
|
||||
$white
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue