diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 162a756..7cf49ca 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6030,8 +6030,16 @@ label.panel-block { * 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); } +.footer .views-field .field-content { + background-color: rgba(248, 248, 248, 0.9); + padding: 0.2em; + border-radius: 0.3em; } + +.footer .views-field.views-field-changed { + font-size: 0.8em; + color: #8FB489; + margin-top: 0.2rem; + margin-bottom: 0.4rem; } .column { display: block;