diff options
author | B Mathis <brandon@imathis.com> | 2010-03-10 13:59:18 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2010-03-10 13:59:18 -0600 |
commit | 42251dddcadd8ff23f30b128f1f468b18c0adf92 (patch) | |
tree | 75054c19ce07613f9597b4e5496d8b79c222634a /stylesheets/_theme.sass | |
parent | 33bca7246e9f5c3b61712e44665386821acdf4b6 (diff) | |
download | my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.tar.xz my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.zip |
improved layout flexibility
Diffstat (limited to 'stylesheets/_theme.sass')
-rw-r--r-- | stylesheets/_theme.sass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stylesheets/_theme.sass b/stylesheets/_theme.sass index 48a7b942..5b87b612 100644 --- a/stylesheets/_theme.sass +++ b/stylesheets/_theme.sass @@ -20,10 +20,12 @@ !page_border_sides = #ccc !page_bg = #f0f0f0 +!sidebar_bg = #fcfcfc +!sidebar_border = #eee // Blog !article_border = #eee -!blog_bg = #fff +!main_bg = #fff !footer_color = #999 !footer_bg = #444 |