diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:26:38 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:26:38 +0100 |
commit | 63c69dd23a318f6079ecf6f2e636ba64bc46d6bf (patch) | |
tree | 10408e9475e39cd3f39f112e28b692270be913b3 /sass/parts/_twitter.scss | |
parent | b563f8747f9655e789878e9da67376be4aa04e30 (diff) | |
download | octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.zip octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.tar.gz |
change color code
Diffstat (limited to 'sass/parts/_twitter.scss')
-rw-r--r-- | sass/parts/_twitter.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_twitter.scss b/sass/parts/_twitter.scss index 3aaea08..e6a7736 100644 --- a/sass/parts/_twitter.scss +++ b/sass/parts/_twitter.scss @@ -1,5 +1,5 @@ #banner{ - color: $font-meta; + color: $gray02; padding: 30px 0; line-height: 30px; text-align: center; @@ -12,7 +12,7 @@ } } a{ - color: #999; + color: $gray02; @include transition(0.3s); &:hover{ text-decoration: underline; |