From dda8fee22a08f0e63dda1adb4d332ce6967aad7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 20:54:56 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 1e8c93e..162a756 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6026,6 +6026,13 @@ label.panel-block { .block-page-title-block { padding: 1rem 1.5rem; } +/** + * Give enough of a background around text in the footer that it is legible on + * any part of the grassy field image used as the background. + */ +.footer .views-field { + background-color: rgba(143, 180, 137, 0.4); } + .column { display: block; -ms-flex-preferred-size: 0;