Skip to content

Instantly share code, notes, and snippets.

@filiperocha
Created January 3, 2014 20:10
Show Gist options
  • Save filiperocha/8245600 to your computer and use it in GitHub Desktop.
Save filiperocha/8245600 to your computer and use it in GitHub Desktop.
colors.css
table .blue {
color: #049cdb;
border-bottom-color: #049cdb;
}
table .green {
color: #46a546;
border-bottom-color: #46a546;
}
table .red {
color: #9d261d;
border-bottom-color: #9d261d;
}
table .yellow {
color: #ffc40d;
border-bottom-color: #ffc40d;
}
table .orange {
color: #f89406;
border-bottom-color: #f89406;
}
table .purple {
color: #7a43b6;
border-bottom-color: #7a43b6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment