Style footer menus so you can at least see them

@TODO embrace dark background and make links and text lightcolored
This commit is contained in:
benjamin melançon 2019-09-30 20:04:27 -04:00
parent 2939a0d4bd
commit 28dd750314

View file

@ -85,3 +85,9 @@
border-radius: 0.4em; border-radius: 0.4em;
line-height: 1.8; line-height: 1.8;
} }
.block--footer_menus {
background-color: rgba($offwhite, 0.9);
padding: 0.2em;
border-radius: 0.3em;
}