diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 7681543cd..5d65b077c 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -1099,6 +1099,10 @@ a.issue-title { background-color: #6cc644; } +.label-important { + background-color: #bd2c00; +} + ul.label-list { list-style-type: none; padding-left: 0px;