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/_syntax.scss | |
parent | af4cdaa2884a86235078110fc2bb445bb1ebef21 (diff) | |
download | octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.zip octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.tar.gz |
add color prefix
Diffstat (limited to 'sass/parts/_syntax.scss')
-rw-r--r-- | sass/parts/_syntax.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index 8777000..7f2e537 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -38,8 +38,8 @@ $solarized: light !default; $base3: $_base03; } -$pre-bg: $gray04; -$pre-border: $gray03; +$pre-bg: $color-gray04; +$pre-border: $color-gray03; article{ code, pre{ @@ -126,7 +126,7 @@ figure.code{ } .entry .gist{ background: $pre-bg; - color: $gray01; + color: $color-gray01; padding: 30px 15px 5px; margin-top: 10px; border: 1px solid $pre-border; @@ -150,7 +150,7 @@ figure.code{ padding: 5px 15px; @include background(linear-gradient(top, $pre-bg, $pre-border)); a{ - color: $main; + color: $color-main; &:first-of-type{ position: absolute; top: 5px; |