diff options
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index 704096b..09a4491 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -7,13 +7,13 @@ top: 85px; line-height: 2; font-size: $meta-size; - color: $font-meta; + color: $gray02; width: 170px; a{ - color: $font-meta; + color: $gray02; @include transition(0.3s); &:hover{ - color: $font-main; + color: $gray01; } } .date, .tags, .comments{ |