Add different background colors for each content type for non-image content

This commit is contained in:
benjamin melançon 2019-09-23 10:06:27 -04:00
parent 6132f58ced
commit b916f5f298

View file

@ -49,3 +49,15 @@
.page--content-item--gleaning .page-title {
background-color: $gleaning;
}
.page--content-item--article .background-replacement-for-no-image {
background-color: $article;
}
.page--content-item--blog .background-replacement-for-no-image {
background-color: $blog;
}
.page--content-item--collection .background-replacement-for-no-image {
background-color: $collection;
}