Skip to content

Commit

Permalink
Fix Dev listings button color in pink theme (#4190) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswathprabhu authored and maestromac committed Oct 2, 2019
1 parent 46750e0 commit 598427f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/classified_listings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}
Expand Down

0 comments on commit 598427f

Please sign in to comment.