diff options
Diffstat (limited to 'sass/base/_layout.scss')
-rw-r--r-- | sass/base/_layout.scss | 5 |
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; |