diff --git a/static/css/directives/ui/image-feature-view.css b/static/css/directives/ui/image-feature-view.css index 2970ef1da..53f95d7d4 100644 --- a/static/css/directives/ui/image-feature-view.css +++ b/static/css/directives/ui/image-feature-view.css @@ -115,6 +115,6 @@ } .image-feature-view-element .defcon1 { - background-color: #FF8181; + background-color: #FB5151; color: white; } diff --git a/static/css/directives/ui/image-vulnerability-view.css b/static/css/directives/ui/image-vulnerability-view.css index 94eee65ae..f4025da96 100644 --- a/static/css/directives/ui/image-vulnerability-view.css +++ b/static/css/directives/ui/image-vulnerability-view.css @@ -199,6 +199,6 @@ } .image-vulnerability-view-element .defcon1 { - background-color: #FF8181; + background-color: #FB5151; color: white; } \ No newline at end of file diff --git a/static/directives/repo-view/repo-panel-tags.html b/static/directives/repo-view/repo-panel-tags.html index 1729e8903..2310dd53d 100644 --- a/static/directives/repo-view/repo-panel-tags.html +++ b/static/directives/repo-view/repo-panel-tags.html @@ -21,7 +21,7 @@