diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
commit | e4c2d5790bac6a74037638fde049c374fc44cc7b (patch) | |
tree | 83f5e5b7324fcb5951d755442e2e601a3eaed35a /stylesheets/_theme.sass | |
parent | 4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff) | |
download | my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip |
irrisponsibly massive commit
Diffstat (limited to 'stylesheets/_theme.sass')
-rw-r--r-- | stylesheets/_theme.sass | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/stylesheets/_theme.sass b/stylesheets/_theme.sass deleted file mode 100644 index 15ed412f..00000000 --- a/stylesheets/_theme.sass +++ /dev/null @@ -1,47 +0,0 @@ -// Link Colors -$link_color: lighten(#165B94, .30) - -// Main Section Colors -$body_color: #333 -$light_text: #999 -$body_bg: #323232 - -$header_bg: #323232 -$header_border: #181818 -$title_color: #ddd - -$nav_color: #555 -$nav_color_hover: #000 -$nav_bg: #e8e8e8 -$nav_border_top: #fff -$nav_border_bottom: #aaa -$nav_border_left: #ccc -$nav_border_right: #fff - -$page_border_sides: #ccc -$page_bg: #f0f0f0 -$sidebar_bg: #fcfcfc -$sidebar_border: #eee - -// Blog -$article_border: #eee -$main_bg: #fff - -$footer_color: #999 -$footer_bg: #444 - -// Form Colors -$fieldset_bg: #ececec -$fieldset_border: #c3c3c3 - -$textinput_color: #333 -$textinput_bg: #f4f4f4 -$textinput_bg_focus: #fefeee - -$textinput_border_top: #aaa -$textinput_border_bottom: #c6c6c6 -$textinput_border_left: #c3c3c3 -$textinput_border_right: #c3c3c3 -$textinput_border_focus: #989898 - -$twitter_topic: #888
\ No newline at end of file |