Skip to content

Commit

Permalink
change(listing): color only the background of the summary template no…
Browse files Browse the repository at this point in the history
…t all listing
  • Loading branch information
ichim-david committed Sep 29, 2022
1 parent 26a9fee commit 145e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ each(range(5), {
--background-color: #fff;
}

.listing {
.listing.summary {
background-color: var(--bg-color, #fff);
color: var(--text-color, @tertiaryColor);
}
Expand Down

0 comments on commit 145e3b1

Please sign in to comment.