Add defcon1 banner

Fixes #771
This commit is contained in:
Joseph Schorr 2015-11-20 16:13:50 -05:00
parent de9a0e51d3
commit 666114dea4
3 changed files with 20 additions and 2 deletions

View file

@ -13,7 +13,11 @@
}
.vulnerability-priority-view-element.High,
.vulnerability-priority-view-element.Critical,
.vulnerability-priority-view-element.Defcon1 {
.vulnerability-priority-view-element.Critical {
color: #D64456;
}
.vulnerability-priority-view-element.Defcon1 {
color: black;
font-weight: bold;
}