diff options
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 |