From 598427f658000f0ee9c91fe5b944cef002bce002 Mon Sep 17 00:00:00 2001 From: Aswathprabhu <15tucs026@skct.edu.in> Date: Wed, 2 Oct 2019 23:45:08 +0530 Subject: [PATCH] Fix Dev listings button color in pink theme (#4190) [ci skip] --- app/assets/stylesheets/classified_listings.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/classified_listings.scss b/app/assets/stylesheets/classified_listings.scss index b0a8a9bb8..70204e813 100644 --- a/app/assets/stylesheets/classified_listings.scss +++ b/app/assets/stylesheets/classified_listings.scss @@ -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 ); }