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:
parent
439f56e723
commit
94d3b705bc
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue