label: 3.6.0

This commit is contained in:
Jerry
2021-01-30 16:45:56 +08:00
Unverified
parent 2cd1aa5bc9
commit defb1c5f31
8 changed files with 22 additions and 15 deletions

View File

@@ -23,11 +23,11 @@
padding: 1rem 1.2rem
border-radius: 8px
background: var(--card-bg)
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
box-shadow: var(--card-box-shadow)
transition: box-shadow .3s
&:hover
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
box-shadow: var(--card-hover-box-shadow)
if hexo-config('aside.mobile') == false
+maxWidth768()