Skip to content

Instantly share code, notes, and snippets.

@DevelopIntelligenceBoulder
Created August 25, 2015 07:20
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 DevelopIntelligenceBoulder/5ef5d9ea10985d618f08 to your computer and use it in GitHub Desktop.
Save DevelopIntelligenceBoulder/5ef5d9ea10985d618f08 to your computer and use it in GitHub Desktop.
@maroon: #800000;
@burgundy: #800020;
@darkred: #8B0000;
@wine: #722F37;
/*
body {
background:@burgundy;
color:@darkred;
}*/
.wine {
color:@wine
}
.maroon {
color:@maroon;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment