From 94d3b705bc197212218d6d6989a23115ade43b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 13:33:09 -0400 Subject: [PATCH] Get our treasured default cadetblue into paint, and allow it to shine ... for one moment before everything gets their non-default titles --- web/themes/custom/geofresco/src/global/_layout.scss | 1 - web/themes/custom/geofresco/src/global/_paint.scss | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 00cf04f..fafbbb7 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -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 { diff --git a/web/themes/custom/geofresco/src/global/_paint.scss b/web/themes/custom/geofresco/src/global/_paint.scss index 6396164..62e5b5c 100644 --- a/web/themes/custom/geofresco/src/global/_paint.scss +++ b/web/themes/custom/geofresco/src/global/_paint.scss @@ -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; }