From 14a0d805a5a3c9a5736e65110c698a09a0931ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 11:37:21 -0400 Subject: [PATCH] Put a white screen behind text overlaying the image @TODO figure out if we can/should remove this when there is not an image. --- web/themes/custom/geofresco/src/global/_components.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index 2a6ba95..a046ded 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -69,3 +69,9 @@ text-align: right; } } + +.title span { + background-color: rgba($offwhite, 0.66); + padding: 0.2em; + border-radius: 0.3em; +}