From 145e3b104567851b37b9e8595ff552c47cbfaed6 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Thu, 29 Sep 2022 15:00:43 +0300 Subject: [PATCH] change(listing): color only the background of the summary template not all listing --- src/less/listing-cards.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/listing-cards.less b/src/less/listing-cards.less index 9dae9ca0..bcfc183f 100644 --- a/src/less/listing-cards.less +++ b/src/less/listing-cards.less @@ -141,7 +141,7 @@ each(range(5), { --background-color: #fff; } -.listing { +.listing.summary { background-color: var(--bg-color, #fff); color: var(--text-color, @tertiaryColor); }