加了5处渐变<del>特效</del>动画
parent
c9d738637c
commit
7f7d96fadc
|
@ -24,6 +24,7 @@
|
|||
color: color-default
|
||||
a&:hover
|
||||
color: color-link
|
||||
transition: 0.2s ease
|
||||
@media mq-mini
|
||||
font-size: 1.6em
|
||||
@media mq-mobile
|
||||
|
@ -42,6 +43,7 @@
|
|||
color: color-default
|
||||
&:hover
|
||||
color: color-link
|
||||
transition: 0.2s ease
|
||||
|
||||
.article-category
|
||||
.fa-angle-right
|
||||
|
@ -157,6 +159,7 @@
|
|||
color: color-grey
|
||||
text-shadow: 0 1px #fff
|
||||
text-decoration: none
|
||||
transition: 0.2s ease
|
||||
&:hover
|
||||
background: color-link
|
||||
color: #fff
|
||||
|
@ -178,6 +181,7 @@
|
|||
|
||||
.article-comment-link
|
||||
float: right
|
||||
transition: 0.2s ease
|
||||
&:before
|
||||
content: "\f075"
|
||||
font-family: FontAwesome
|
||||
|
|
|
@ -146,6 +146,7 @@ $nav-link
|
|||
position: absolute
|
||||
font: 13px font-icon
|
||||
font-family: 'FontAwesome'
|
||||
transition: 0.2s ease
|
||||
&:before
|
||||
content: '\f002'
|
||||
&:hover, &:focus
|
||||
|
|
Loading…
Reference in New Issue