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:
parent
4be2813565
commit
fa2847555a
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue