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