This commit is contained in:
Jerry
2020-07-16 19:30:54 +08:00
Unverified
parent 5b6e008b84
commit 898cc31c58
93 changed files with 2128 additions and 2151 deletions

View File

@@ -18,7 +18,6 @@ beautify()
h4,
h5,
h6
cursor: pointer
transition: all .2s ease-out
&:before
@@ -81,7 +80,7 @@ beautify()
top: 0
left: 0
background: $light-blue
color: $card-bg
color: $white
cursor: pointer
transition: all .3s ease-out
@@ -102,7 +101,7 @@ beautify()
> li:not(.tab)
&:hover
&:before
border-color: $theme-button-hover-color
border-color: $pseudo-hover
&:before
$w = .3rem
@@ -202,7 +201,7 @@ img
&:hover
background: $light-blue
color: $button-color
color: var(--white)
.post_share
display: inline-block
@@ -224,7 +223,7 @@ img
position: relative
margin: 2rem 0 .5rem
padding: .5rem .8rem
border: 1px solid $light-grey
border: 1px solid var(--light-grey)
transition: box-shadow .3s ease-in-out
&:before
@@ -244,7 +243,7 @@ img
width: w = .4rem
height: w
border-radius: w
background: $white
background: var(--card-bg)
content: ''
&:hover