Skip to content

Instantly share code, notes, and snippets.

@adammcarth
Last active August 29, 2015 14:01
Show Gist options
  • Save adammcarth/7aeee4de9cdd9d045f2d to your computer and use it in GitHub Desktop.
Save adammcarth/7aeee4de9cdd9d045f2d to your computer and use it in GitHub Desktop.
Inch Pages Badge Notes
/* BODY */
color: #fefefe;
border-top: 1px solid #AAA;
background: (#595959, #3f3f3f);
border-bottom: 1px solid #363636;
/* GREEN [A] */
border-top: 1px solid #67cb2d;
background: (#4bc300, #369600);
border-bottom: 1px solid #2d8300;
/* YELLOW-GREEN [B] */
border-top: 1px solid #a4ca18;
background: (#95c300, #719600);
border-bottom: 1px solid #618200;
/* RED [C] */
border-top: 1px solid #d97a65;
background: (#d1634c, #a54834);
border-bottom: 1px solid #8e3b2b;
/* PURPLE [U] */
border-top: 1px solid #907fb6;
background: (#8872b6, #6b5a8f);
border-bottom: 1px solid #60507f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment