From 6e2d3a26bb62f4357a42e2f199e366703b69bb46 Mon Sep 17 00:00:00 2001 From: xuma Date: Sun, 25 Sep 2022 19:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE/=E6=9B=B4=E6=96=B0=E9=A1=B5=E8=84=9A=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.butterfly.yml | 4 ++-- themes/butterfly/source/css/_layout/footer.styl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.butterfly.yml b/_config.butterfly.yml index a2a05df8..0b92a332 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -97,7 +97,7 @@ avatar: disable_top_img: false # The banner image of home page 首页的横幅图像 -index_img: /img/朋克阳台.jpg +index_img: /img/朋克阳台.png # If the banner of page not setting, it will show the top_img # 如果页面的横幅没有设置,它将显示top_img @@ -522,7 +522,7 @@ tag_ui: # 留空或 index # Website Background (设置网站背景) # can set it to color or image (可设置图片 或者 颜色) # The formal of image: url(http://xxxxxx.com/xxx.jpg) -background: /img/朋克屋顶.jpg +background: url(/img/朋克屋顶.jpg) # Footer Background footer_bg: diff --git a/themes/butterfly/source/css/_layout/footer.styl b/themes/butterfly/source/css/_layout/footer.styl index 4a2160e2..8ba138a4 100644 --- a/themes/butterfly/source/css/_layout/footer.styl +++ b/themes/butterfly/source/css/_layout/footer.styl @@ -17,11 +17,11 @@ #footer-wrap position: relative padding: 10px 50px - color: var(--dark-black) + color: var(--light-grey) text-align: center a - color: var(--dark-black) + color: var(--light-grey) &:hover text-decoration: underline