mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-02 18:17:09 +08:00
Fix webhook delivery and issue checklist for arc-green (#15195)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.desc {
|
||||
color: #999999;
|
||||
color: var(--color-text-light-2);
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
@ -86,13 +86,13 @@
|
||||
width: 80px;
|
||||
height: 6px;
|
||||
display: inline-block;
|
||||
background-color: #eeeeee;
|
||||
background-color: var(--color-secondary);
|
||||
overflow: hidden;
|
||||
border-radius: 3px;
|
||||
vertical-align: 2px !important;
|
||||
|
||||
.progress {
|
||||
background-color: #cccccc;
|
||||
background-color: var(--color-secondary-dark-3);
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user