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:
parent
2939a0d4bd
commit
28dd750314
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue