Add different background colors for each content type for non-image content
This commit is contained in:
parent
6132f58ced
commit
b916f5f298
1 changed files with 12 additions and 0 deletions
|
@ -49,3 +49,15 @@
|
||||||
.page--content-item--gleaning .page-title {
|
.page--content-item--gleaning .page-title {
|
||||||
background-color: $gleaning;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue