aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/main/_theme.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
committerB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
commit77bb406a9344eb669bf33b951e6156de62094b58 (patch)
treecd294ce3dcbc212e4741e5e7c87ad98688c7172b /source/stylesheets/partials/main/_theme.sass
parentf17271f6e2a237ab2aa80088caf872933cea3ffb (diff)
downloadmy_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.tar.xz
my_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.zip
improved layout styling, added about page, added archive page link to footer
Diffstat (limited to 'source/stylesheets/partials/main/_theme.sass')
-rw-r--r--source/stylesheets/partials/main/_theme.sass21
1 files changed, 13 insertions, 8 deletions
diff --git a/source/stylesheets/partials/main/_theme.sass b/source/stylesheets/partials/main/_theme.sass
index 6d70f792..2feff314 100644
--- a/source/stylesheets/partials/main/_theme.sass
+++ b/source/stylesheets/partials/main/_theme.sass
@@ -1,19 +1,24 @@
// Main Section Colors
!body_color = #333
!body_bg = #323232
-!test = darken(!body_bg, 20)
+
!header_bg = #323232
!header_border = #181818
-!header_nav = #ddd
-!header_nav_hover = #fff
+!title_color = #ddd
+
+!nav_color = #555
+!nav_color_hover = #000
+!nav_bg = #e8e8e8
+!nav_border_top = #fff
+!nav_border_bottom = #aaa
+
!page_border = #fff
-!page_bg = #ececec
+!page_bg = #f0f0f0
+!article_border = #eee
+!content_bg = #fff
+
!footer_color = #999
!footer_bg = #444
-!subnav_bg = #fff
-!subnav_border = #ccc
-!subnav_link_color = #333
-!subnav_logout_color = #777
// Link Colors
!link_color = #165B94