Skip to content

Instantly share code, notes, and snippets.

@hlb
Last active December 20, 2015 06:59
Show Gist options
  • Save hlb/6090023 to your computer and use it in GitHub Desktop.
Save hlb/6090023 to your computer and use it in GitHub Desktop.
$bgcolor: hsl(53,56%,87%);
.button-primary {
background: $bgcolor;
color: if(lightness($bgcolor) < 50%, white, black);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment