Files
hexo-theme-butterfly/source/css/_layout/footer.styl
Jerry ee434f7dc4 Add the option to close the sidebar autopen
Fix the code font-size
Add the post view
fix runtimeshow bugs
2019-06-08 22:37:30 +08:00

29 lines
439 B
Stylus

footer
$bg-svg += ""
margin-top: 1rem
background: $light-blue
// background-image: url($bg-svg)
background-attachment: local
&.footer-bg
background-position: bottom
background-size: cover
#footer
padding: 1.2rem 1rem 1rem
color: $light-grey
text-align: center
a
color: $light-grey
text-decoration: none
cursor: pointer
&:hover
color: $white
.footer-separator
margin: 0 0.2rem