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:
parent
0e7a2fb9e2
commit
cce006b857
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue