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.

Ref #24
This commit is contained in:
Benjamin Melançon 2019-08-30 20:54:16 -04:00
parent d4396c96c0
commit c8315e17d5

View file

@ -50,3 +50,11 @@
.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($green-gray, 0.4);
}