diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 7d34f07..1183090 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8262,8 +8262,7 @@ label.panel-block { /* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { - height: 10rem; - background-color: cadetblue; } + height: 10rem; } /* On full content pages. */ .featured-image .background-replacement-for-no-image { @@ -8284,7 +8283,9 @@ label.panel-block { .page--content-item--blog .background-replacement-for-no-image { background-color: #4391E0; } -.background-replacement-for-no-image, +.background-replacement-for-no-image { + background-color: cadetblue; } + .page--content-item--collection .background-replacement-for-no-image { background-color: #AD7442; }