更新图片配置/更新页脚文字颜色

main
xuma 2 years ago
parent 4427235838
commit 6e2d3a26bb
  1. 4
      _config.butterfly.yml
  2. 4
      themes/butterfly/source/css/_layout/footer.styl

@ -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:

@ -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

Loading…
Cancel
Save