From b66acdf544ea8c59044060b7d97636af323014e8 Mon Sep 17 00:00:00 2001 From: xuma Date: Tue, 16 Aug 2022 00:23:33 +0800 Subject: [PATCH] one key push update --- themes/butterfly/source/css/_layout/footer.styl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/butterfly/source/css/_layout/footer.styl b/themes/butterfly/source/css/_layout/footer.styl index 3fb1d395..a8e78f0b 100644 --- a/themes/butterfly/source/css/_layout/footer.styl +++ b/themes/butterfly/source/css/_layout/footer.styl @@ -1,9 +1,10 @@ #footer position: relative - background: $light-blue + background: $light-white background-attachment: scroll background-position: bottom background-size: cover + height: 7.5em if hexo-config('footer_bg') != false &:before @@ -15,9 +16,9 @@ #footer-wrap position: relative - padding: 40px 20px - color: var(--light-grey) - text-align: center + padding: 10px 50px + color: var(--dark-black) + text-align: left a color: var(--light-grey)