diff --git a/source/css/_partial/article.styl b/source/css/_partial/article.styl index 877bbfd..5e634e5 100644 --- a/source/css/_partial/article.styl +++ b/source/css/_partial/article.styl @@ -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 diff --git a/source/css/_partial/header.styl b/source/css/_partial/header.styl index f61471f..72be20b 100644 --- a/source/css/_partial/header.styl +++ b/source/css/_partial/header.styl @@ -146,6 +146,7 @@ $nav-link position: absolute font: 13px font-icon font-family: 'FontAwesome' + transition: 0.2s ease &:before content: '\f002' &:hover, &:focus