This commit is contained in:
Jerry
2023-06-06 23:32:36 +08:00
Unverified
parent 28d1744b9b
commit 5d52302a38
43 changed files with 431 additions and 387 deletions

View File

@@ -5,12 +5,12 @@
background-position: bottom
background-size: cover
if hexo-config('footer_bg') != false
if hexo-config('footer_bg') != false && hexo-config('mask.footer')
&:before
position: absolute
width: 100%
height: 100%
background-color: alpha($dark-black, .5)
background-color: var(--mark-bg)
content: ''
#footer-wrap