Fix handling of Defcon 1

Fixes #1397
This commit is contained in:
Joseph Schorr 2016-04-22 13:21:35 -04:00
parent 460ccf2dfd
commit 34a8090328
5 changed files with 5 additions and 5 deletions

View file

@ -115,6 +115,6 @@
}
.image-feature-view-element .defcon1 {
background-color: #FF8181;
background-color: #FB5151;
color: white;
}