diff --git a/stylesheets/application.css b/stylesheets/application.css index 3f58432..ee27246 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -369,7 +369,10 @@ div.jenkins { background: #fafafa; } -div.jenkins-FAILURE { - border-color: red; - background: #ff9b9b; +div.jenkins-SUCCESS { + border-color: #59e364; +} + +div.jenkins-FAILURE { + border-color: #e35964; }