From 3bbb92135f7586b4181645425fa76994a5ead8e2 Mon Sep 17 00:00:00 2001 From: Aswath <15tucs026@skct.edu.in> Date: Wed, 2 Oct 2019 11:41:15 +0530 Subject: [PATCH 1/2] Fixes Dev listings button color in pink theme --- app/assets/stylesheets/classified_listings.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/classified_listings.scss b/app/assets/stylesheets/classified_listings.scss index b0a8a9bb8ba4..0a860870cefb 100644 --- a/app/assets/stylesheets/classified_listings.scss +++ b/app/assets/stylesheets/classified_listings.scss @@ -556,6 +556,11 @@ theme-color, $white ); + @include themeable( + background-color, + theme-container-accent-background, + $white + ); } From 49ba5d9bc1f354b4b514e1a8d3e9f0b6ad4b5e57 Mon Sep 17 00:00:00 2001 From: Aswath <15tucs026@skct.edu.in> Date: Wed, 2 Oct 2019 15:18:04 +0530 Subject: [PATCH 2/2] Fixes text color --- app/assets/stylesheets/classified_listings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/classified_listings.scss b/app/assets/stylesheets/classified_listings.scss index 0a860870cefb..70204e813276 100644 --- a/app/assets/stylesheets/classified_listings.scss +++ b/app/assets/stylesheets/classified_listings.scss @@ -548,13 +548,13 @@ @include themeable( color, theme-color, - $white + $black ); border: 3px solid white; @include themeable( border-color, theme-color, - $white + $black ); @include themeable( background-color,