Skip to content

Instantly share code, notes, and snippets.

@jdelia
Last active January 19, 2016 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdelia/64d13ad2fb0541f4f7db to your computer and use it in GitHub Desktop.
Save jdelia/64d13ad2fb0541f4f7db to your computer and use it in GitHub Desktop.
// Colors
$black: #000;
$white: #fff;
$base_text_color: lighten($black, 33);
$base_link_color: #578300;
$base_link_color_hover: darken(#5a4a42, 5);
$base_color: darken(#77a340, 5);
$heading_color: darken(#5a4a42, 5);
$background_color: whitesmoke;
$menu_background: darken(#5a4a42, 5);
$site_footer_background: darken(#5a4a42, 5);
$grey_background: #f5f5f5;
$comments-background-color: $white;
$author-box-background: lighten($black, 92);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment