Get our treasured default cadetblue into paint, and allow it to shine

... for one moment before everything gets their non-default titles
This commit is contained in:
benjamin melançon 2019-10-01 13:33:09 -04:00
parent 439f56e723
commit 94d3b705bc
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,6 @@
/* On content listing pages (e.g. card view mode). */
.background-replacement-for-no-image {
height: 10rem;
background-color: cadetblue;
}
/* On full content pages. */
.featured-image .background-replacement-for-no-image {

View file

@ -12,7 +12,9 @@
background-color: $blog;
}
.background-replacement-for-no-image,
.background-replacement-for-no-image {
background-color: cadetblue;
}
.page--content-item--collection .background-replacement-for-no-image {
background-color: $collection;
}