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