diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:29:26 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:29:26 +0200 |
commit | f94661134e80e56cfbdcb2fa5e2b70a43b7ade50 (patch) | |
tree | c393b5e9bcca897474fe7da0f5e7f96ed430343a /sass/parts/_post.scss | |
parent | af4cdaa2884a86235078110fc2bb445bb1ebef21 (diff) | |
download | octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.zip octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.tar.gz |
add color prefix
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{ |