From 0b0a6356a44ec534242bef127b47c100d2d798ea Mon Sep 17 00:00:00 2001 From: Mujojo03 Date: Mon, 29 Jun 2026 17:35:03 +0300 Subject: [PATCH] fix: footer theme inconsistency in light mode --- assets/css/_footer.scss | 2 -- assets/css/_global.scss | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/css/_footer.scss b/assets/css/_footer.scss index 881b812..f3e35cb 100644 --- a/assets/css/_footer.scss +++ b/assets/css/_footer.scss @@ -1,6 +1,5 @@ .Footer { margin-top: 2rem; - color: $font-color; padding: 2rem; text-align: center; @@ -9,7 +8,6 @@ margin-bottom: 1em; overflow: hidden; user-select: none; - color: $font-color; } &-inner { diff --git a/assets/css/_global.scss b/assets/css/_global.scss index e2fe2fc..f92eba2 100644 --- a/assets/css/_global.scss +++ b/assets/css/_global.scss @@ -11,8 +11,6 @@ html, body { font-family: $body-font; font-size: 16px; line-height: 1.5; - background-color: $background-color; - color: $font-color; transition: background-color 0.4s ease, color 0.4s ease; @@ -33,6 +31,7 @@ html, body { body { background-color: $background-light; color: $font-light; + min-height: 100vh; } a {