加了5处渐变<del>特效</del>动画

pull/164/head
Problem233 2016-07-13 12:54:40 +08:00
parent c9d738637c
commit 7f7d96fadc
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -146,6 +146,7 @@ $nav-link
position: absolute
font: 13px font-icon
font-family: 'FontAwesome'
transition: 0.2s ease
&:before
content: '\f002'
&:hover, &:focus