Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,12 @@ footer {
border-color: #8a2121 !important;
}

.ui.yellow.label,
.ui.yellow.labels .label {
border-color: #664d02 !important;
background-color: #936e00 !important;
}

.ui.menu {
background: #404552;
border: 1px solid #353945;
Expand Down Expand Up @@ -617,7 +623,7 @@ footer {
.ui.label.basic {
color: #dbdbdb;
border-color: rgb(152, 152, 152);
background-color: #2a2e39 !important;
background-color: #2a2e39;
}

.issue.list > .item .title {
Expand Down