summaryrefslogtreecommitdiffstats
path: root/sass/base/_layout.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 14:54:06 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 14:54:06 +0100
commit2d0d5648dfabe4f178736ba512efc5b7e3b3cd94 (patch)
tree60deebd130eeb65cae643ad72a7342105f68fd05 /sass/base/_layout.scss
parent1c574d24b7fdd482499fa9553c19342b6a4d391e (diff)
downloadoctopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.zip
octopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.tar.gz
layout
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r--sass/base/_layout.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss
index 60d27a7..10d0d10 100644
--- a/sass/base/_layout.scss
+++ b/sass/base/_layout.scss
@@ -1,4 +1,4 @@
-$max-width: 1200px;
+$max-width: 1000px;
@mixin square($property){
width: $property;
@@ -20,7 +20,8 @@ body{
font-family: $default;
font-weight: 300;
font-size: 14px;
- background: #333 image-url('random_grey_variations.png');
+ background: $background;
+ color: $font-main;
}
h1{
font-size: 2em;