Fix Dev listings button color in pink theme (#4190) [ci skip]

This commit is contained in:
Aswathprabhu 2019-10-02 23:45:08 +05:30 committed by Mac Siri
parent 46750e0a87
commit 598427f658

View file

@ -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
);
}