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/base/_layout.scss | |
parent | af4cdaa2884a86235078110fc2bb445bb1ebef21 (diff) | |
download | octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.zip octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.tar.gz |
add color prefix
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r-- | sass/base/_layout.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss index b50dcbb..4ac1d55 100644 --- a/sass/base/_layout.scss +++ b/sass/base/_layout.scss @@ -8,8 +8,8 @@ body{ font-family: $default; font-weight: 300; font-size: 14px; - background: $background; - color: $gray01; + background: $color-background; + color: $color-gray01; @media screen and (max-width: 1040px){ margin: 0 20px; } @@ -29,7 +29,7 @@ h3{ a{ text-decoration: none; outline-width: 0; - color: $main; + color: $color-main; } .left{ float: left; |