From 9d18571bbc58428c075e398159af85233a74311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 17:18:37 -0400 Subject: [PATCH] Start to set correct colors for image-less cards by content types --- web/themes/custom/geofresco/src/global/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 426e4b8..676a315 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -58,6 +58,7 @@ background-color: $blog; } +.background-replacement-for-no-image, .page--content-item--collection .background-replacement-for-no-image { background-color: $collection; }