Fix webhook delivery and issue checklist for arc-green (#15195) (#15204)

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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
mj-v1.14.3
silverwind 3 years ago committed by GitHub
parent fd5c67226e
commit 0ebfc1405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3022,8 +3022,8 @@ td.blob-excerpt {
.webhook-info { .webhook-info {
padding: 7px 12px; padding: 7px 12px;
margin: 10px 0; margin: 10px 0;
background-color: #f8f8f8; background-color: var(--color-markdown-code-block);
border: 1px solid #dddddd; border: 1px solid var(--color-secondary);
border-radius: 3px; border-radius: 3px;
font-size: 13px; font-size: 13px;
line-height: 1.5; line-height: 1.5;

@ -60,7 +60,7 @@
} }
.desc { .desc {
color: #999999; color: var(--color-text-light-2);
a { a {
color: inherit; color: inherit;
@ -86,13 +86,13 @@
width: 80px; width: 80px;
height: 6px; height: 6px;
display: inline-block; display: inline-block;
background-color: #eeeeee; background-color: var(--color-secondary);
overflow: hidden; overflow: hidden;
border-radius: 3px; border-radius: 3px;
vertical-align: 2px !important; vertical-align: 2px !important;
.progress { .progress {
background-color: #cccccc; background-color: var(--color-secondary-dark-3);
display: block; display: block;
height: 100%; height: 100%;
} }

Loading…
Cancel
Save