summaryrefslogtreecommitdiffstats
path: root/sass/base/_layout.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:26:38 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:26:38 +0100
commit63c69dd23a318f6079ecf6f2e636ba64bc46d6bf (patch)
tree10408e9475e39cd3f39f112e28b692270be913b3 /sass/base/_layout.scss
parentb563f8747f9655e789878e9da67376be4aa04e30 (diff)
downloadoctopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.zip
octopress-theme-jeyzu-63c69dd23a318f6079ecf6f2e636ba64bc46d6bf.tar.gz
change color code
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r--sass/base/_layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss
index 71cb9f1..da9ad8a 100644
--- a/sass/base/_layout.scss
+++ b/sass/base/_layout.scss
@@ -11,7 +11,7 @@ $max-width: 1000px;
-o-user-select: $select;
user-select: $select;
}
-@mixin border-shadow($top: #fff, $bottom: #ddd){
+@mixin border-shadow($top: $gray05, $bottom: $gray04){
border-top: 1px solid $top;
border-bottom: 1px solid $bottom;
}
@@ -34,7 +34,7 @@ body{
font-weight: 300;
font-size: 14px;
background: $background;
- color: $font-main;
+ color: $gray01;
}
h1{
font-size: 1.8em;