Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Dev listings button color in pink theme #4190

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes text color
  • Loading branch information
Aswathprabhu committed Oct 2, 2019
commit 49ba5d9bc1f354b4b514e1a8d3e9f0b6ad4b5e57
4 changes: 2 additions & 2 deletions app/assets/stylesheets/classified_listings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down