80a70068 |
// Link Colors |
e112b7e0 |
$link_color: lighten(#165B94, .30) |
80a70068 |
|
d8d51719 |
// Main Section Colors |
e112b7e0 |
$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 |
80a70068 |
// Blog |
e112b7e0 |
$article_border: #eee
$main_bg: #fff |
77bb406a |
|
e112b7e0 |
$footer_color: #999
$footer_bg: #444 |
d8d51719 |
// Form Colors |
e112b7e0 |
$fieldset_bg: #ececec
$fieldset_border: #c3c3c3 |
d8d51719 |
|
e112b7e0 |
$textinput_color: #333
$textinput_bg: #f4f4f4
$textinput_bg_focus: #fefeee |
d8d51719 |
|
e112b7e0 |
$textinput_border_top: #aaa
$textinput_border_bottom: #c6c6c6
$textinput_border_left: #c3c3c3
$textinput_border_right: #c3c3c3
$textinput_border_focus: #989898 |
d8d51719 |
|
e112b7e0 |
$twitter_topic: #888 |