one key push update

main
xuma 2 years ago
parent 0ccc0bbd79
commit b66acdf544
  1. 9
      themes/butterfly/source/css/_layout/footer.styl

@ -1,9 +1,10 @@
#footer #footer
position: relative position: relative
background: $light-blue background: $light-white
background-attachment: scroll background-attachment: scroll
background-position: bottom background-position: bottom
background-size: cover background-size: cover
height: 7.5em
if hexo-config('footer_bg') != false if hexo-config('footer_bg') != false
&:before &:before
@ -15,9 +16,9 @@
#footer-wrap #footer-wrap
position: relative position: relative
padding: 40px 20px padding: 10px 50px
color: var(--light-grey) color: var(--dark-black)
text-align: center text-align: left
a a
color: var(--light-grey) color: var(--light-grey)

Loading…
Cancel
Save