Created
July 14, 2016 13:10
-
-
Save rubyroobs/0491ba1a9ea9260f6dd6085219b7c510 to your computer and use it in GitHub Desktop.
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
/* CVSS Coloring by Impact */ | |
.cvss-1 { | |
background-color: #00c400; | |
} | |
.cvss-2 { | |
background-color: #00e020; | |
} | |
.cvss-3 { | |
background-color: #00f000; | |
} | |
.cvss-4 { | |
background-color: #d1ff00; | |
} | |
.cvss-5 { | |
background-color: #ffe000; | |
} | |
.cvss-6 { | |
background-color: #ffcc00; | |
} | |
.cvss-7 { | |
background-color: #ffbc10; | |
} | |
.cvss-8 { | |
background-color: #ff9c20; | |
} | |
.cvss-9 { | |
background-color: #ff8000; | |
} | |
.cvss-10 { | |
background-color: #ff0000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment