Skip to content

Commit

Permalink
Fix webhook delivery and issue checklist for arc-green (go-gitea#15195)…
Browse files Browse the repository at this point in the history
… (go-gitea#15204)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
  • Loading branch information
silverwind and lunny authored Mar 30, 2021
1 parent fd5c672 commit 0ebfc14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -3022,8 +3022,8 @@ td.blob-excerpt {
.webhook-info {
padding: 7px 12px;
margin: 10px 0;
background-color: #f8f8f8;
border: 1px solid #dddddd;
background-color: var(--color-markdown-code-block);
border: 1px solid var(--color-secondary);
border-radius: 3px;
font-size: 13px;
line-height: 1.5;
Expand Down
6 changes: 3 additions & 3 deletions web_src/less/shared/issuelist.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

.desc {
color: #999999;
color: var(--color-text-light-2);

a {
color: inherit;
Expand All @@ -86,13 +86,13 @@
width: 80px;
height: 6px;
display: inline-block;
background-color: #eeeeee;
background-color: var(--color-secondary);
overflow: hidden;
border-radius: 3px;
vertical-align: 2px !important;

.progress {
background-color: #cccccc;
background-color: var(--color-secondary-dark-3);
display: block;
height: 100%;
}
Expand Down

0 comments on commit 0ebfc14

Please sign in to comment.