diff options
author | B Mathis <brandon@imathis.com> | 2009-11-21 15:41:38 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-21 15:41:38 -0600 |
commit | d3313c836dc7f2f620c0b207df5ae97f087c56de (patch) | |
tree | a9f03f7bc2e384e5c64b1ed0a4db6db54781359b /stylesheets/_theme.sass | |
parent | 6f10642bdebfef726318120b1f2eab26df022728 (diff) | |
download | my_new_personal_website-d3313c836dc7f2f620c0b207df5ae97f087c56de.tar.xz my_new_personal_website-d3313c836dc7f2f620c0b207df5ae97f087c56de.zip |
updated layout, page styles, fixed config paths for assets
Diffstat (limited to 'stylesheets/_theme.sass')
-rw-r--r-- | stylesheets/_theme.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/_theme.sass b/stylesheets/_theme.sass index 7e59e012..48a7b942 100644 --- a/stylesheets/_theme.sass +++ b/stylesheets/_theme.sass @@ -1,5 +1,5 @@ // Link Colors -!link_color = #165B94 +!link_color = lighten(#165B94, .30) // Main Section Colors !body_color = #333 |