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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
silverwind 2021-03-30 08:02:41 +02:00 committed by GitHub
parent 0e7a2fb9e2
commit cce006b857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3088,8 +3088,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;

View File

@ -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%;
} }