diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:22:56 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:22:56 +0100 |
commit | a63d03908153e5d0f2825d5972d726e92f2ad92c (patch) | |
tree | 0736392404e1ed5e5a5b17bdc81639696136bb41 /sass | |
parent | bfa438a4364f7ac2a8575cbc174c7b71c69e924d (diff) | |
download | octopress-theme-jeyzu-a63d03908153e5d0f2825d5972d726e92f2ad92c.zip octopress-theme-jeyzu-a63d03908153e5d0f2825d5972d726e92f2ad92c.tar.gz |
banner font color
Diffstat (limited to 'sass')
-rw-r--r-- | sass/parts/_twitter.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_twitter.scss b/sass/parts/_twitter.scss index 377dbbd..3aaea08 100644 --- a/sass/parts/_twitter.scss +++ b/sass/parts/_twitter.scss @@ -1,5 +1,5 @@ #banner{ - color: #999; + color: $font-meta; padding: 30px 0; line-height: 30px; text-align: center; |