1
0
Fork 0
forked from forgejo/forgejo

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 {
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;