diff options
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index de9c78c..059567e 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -10,7 +10,7 @@ top: 85px; line-height: 2; font-size: $meta-size; - color: $gray02; + color: $color-gray02; width: 170px; @media screen and (max-width: 800px){ margin-top: 15px; @@ -18,7 +18,7 @@ width: auto; } a{ - @include link-colors($gray02, $gray01); + @include link-colors($color-gray02, $color-gray01); @include transition(0.3s); } .date, .tags, .comments{ |