fix: footer/menu popup colours (#33)

* Fix footer/menu popup colours

* fix: correct the footer background colour

When the body content is less, the footer background colour should be transparent.

Co-authored-by: JT <jeffreytse.mail@gmail.com>
This commit is contained in:
misstickles 2021-05-17 04:06:02 +01:00 committed by GitHub
parent 4be2813565
commit fa2847555a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ html {
@include media-query($on-laptop) {
.page-link {
color: unset;
color: $header-text-color;
}
.menu-icon {
@ -36,6 +36,7 @@ html {
}
footer.site-footer {
color: unset;
background-color: transparent;
.site-footer-inner {