From fa2847555a44cf25ebe64efd4dc3708bd93f17cc Mon Sep 17 00:00:00 2001 From: misstickles Date: Mon, 17 May 2021 04:06:02 +0100 Subject: [PATCH] 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 --- _sass/yat/_layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 7c56e80..682d73d 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -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 {