Skip to content

Commit cce006b

Browse files
silverwindlunny
andauthored
Fix webhook delivery and issue checklist for arc-green (#15195)
Co-authored-by: Lunny Xiao <[email protected]>
1 parent 0e7a2fb commit cce006b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web_src/less/_repository.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,8 +3088,8 @@ td.blob-excerpt {
30883088
.webhook-info {
30893089
padding: 7px 12px;
30903090
margin: 10px 0;
3091-
background-color: #f8f8f8;
3092-
border: 1px solid #dddddd;
3091+
background-color: var(--color-markdown-code-block);
3092+
border: 1px solid var(--color-secondary);
30933093
border-radius: 3px;
30943094
font-size: 13px;
30953095
line-height: 1.5;

web_src/less/shared/issuelist.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.desc {
63-
color: #999999;
63+
color: var(--color-text-light-2);
6464

6565
a {
6666
color: inherit;
@@ -86,13 +86,13 @@
8686
width: 80px;
8787
height: 6px;
8888
display: inline-block;
89-
background-color: #eeeeee;
89+
background-color: var(--color-secondary);
9090
overflow: hidden;
9191
border-radius: 3px;
9292
vertical-align: 2px !important;
9393

9494
.progress {
95-
background-color: #cccccc;
95+
background-color: var(--color-secondary-dark-3);
9696
display: block;
9797
height: 100%;
9898
}

0 commit comments

Comments
 (0)