diff options
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index 09a4491..1b5f554 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -10,11 +10,8 @@ color: $gray02; width: 170px; a{ - color: $gray02; + @include link-colors($gray02, $gray01); @include transition(0.3s); - &:hover{ - color: $gray01; - } } .date, .tags, .comments{ padding-left: 30px; @@ -41,7 +38,7 @@ position: static; width: auto; .date, .tags, .comments{ - display: inline-block; + @include inline-block; margin-right: 30px; } } |