From c15ff271bcbafbea2c8cbc9de8832d1b4925882d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 13:45:51 -0400 Subject: [PATCH] Apply background color only to image replacement section --- web/themes/custom/geofresco/src/global/_paint.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_paint.scss b/web/themes/custom/geofresco/src/global/_paint.scss index 62e5b5c..a0aac7c 100644 --- a/web/themes/custom/geofresco/src/global/_paint.scss +++ b/web/themes/custom/geofresco/src/global/_paint.scss @@ -39,7 +39,7 @@ } .block-views-blockhome-page-views-block-articles .button, -.is-article { +.is-article .background-replacement-for-no-image { background-color: $article; color: $white; a { @@ -47,7 +47,7 @@ } } .block-views-blockhome-page-views-block-blogs .button, -.is-blog { +.is-blog .background-replacement-for-no-image { background-color: $blog; color: $white; a {