diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ef5ca6e..98054f0 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8232,3 +8232,7 @@ label.panel-block { /* If there's no featured image, leave enough blank space for the dropping down title. */ .content.no-featured-image { margin-top: 6rem; } + +.background-replacement-for-no-image { + height: 12rem; + background-color: cadetblue; }