mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: adjust PR timeline colors
This commit is contained in:
parent
f40704f0cf
commit
e10635ffd0
1 changed files with 2 additions and 3 deletions
|
@ -521,13 +521,12 @@ a.blob-excerpt {
|
|||
height: 30px;
|
||||
margin-left: -31px;
|
||||
}
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||
border-color: var(--color-text);
|
||||
border-color: var(--color-text-light);
|
||||
background: var(--color-text);
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline:before {
|
||||
background-color: var(--color-text);
|
||||
background-color: var(--color-secondary);
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||
width: 17px;
|
||||
|
|
Loading…
Reference in a new issue