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/base/_color.scss | |
parent | b563f8747f9655e789878e9da67376be4aa04e30 (diff) | |
download | octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.zip octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.tar.gz |
change color code
Diffstat (limited to 'sass/base/_color.scss')
-rw-r--r-- | sass/base/_color.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sass/base/_color.scss b/sass/base/_color.scss index 51efe3d..7dbee46 100644 --- a/sass/base/_color.scss +++ b/sass/base/_color.scss @@ -1,6 +1,7 @@ $background: #eee; $main: #258fb8; -$border: #ddd; -$light-shadow: #fff; -$font-main: #666; -$font-meta: #999;
\ No newline at end of file +$gray01: #666; +$gray02: #999; +$gray03: #ccc; +$gray04: #ddd; +$gray05: #fff;
\ No newline at end of file |