Created
May 23, 2018 19:39
-
-
Save w33tmaricich/2cfd2a5a80194a69ada56f6def89a82d to your computer and use it in GitHub Desktop.
css: build colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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