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; +}