summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_sass/yat/_layout.scss3
1 files changed, 2 insertions, 1 deletions
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 {