Skip to content

Instantly share code, notes, and snippets.

@w33tmaricich
Created May 23, 2018 19:39
Show Gist options
  • Save w33tmaricich/2cfd2a5a80194a69ada56f6def89a82d to your computer and use it in GitHub Desktop.
Save w33tmaricich/2cfd2a5a80194a69ada56f6def89a82d to your computer and use it in GitHub Desktop.
css: build colors
.passing {
background-color: #6EFF75;
}
.warning {
background-color: #E8C359;
}
.failed {
background-color: #FF4D4D;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment