Apply background color only to image replacement section

This commit is contained in:
benjamin melançon 2019-10-01 13:45:51 -04:00
parent 6085853e48
commit c15ff271bc

View file

@ -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 {