Skip to content

Instantly share code, notes, and snippets.

@tahnok
Created August 10, 2012 19:16
Show Gist options
  • Save tahnok/3317022 to your computer and use it in GitHub Desktop.
Save tahnok/3317022 to your computer and use it in GitHub Desktop.
$text_value-color: #fff;
$text_title-color: lighten($widget-text-color, 30%);
.widget-text {
.title {color: $text_title-color;}
.p { color: $text_value-color;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment