mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark: Adjust PR timeline colors
This commit is contained in:
parent
67d0060173
commit
ea70ec08f0
1 changed files with 16 additions and 0 deletions
|
@ -499,3 +499,19 @@ a.blob-excerpt {
|
|||
background-color: var(--color-navbar);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
/* PR timelines colors */
|
||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||
fill: black;
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge {
|
||||
background-color: var(--color-text);
|
||||
color: var(--color-text);
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||
border-color: var(--color-text);
|
||||
background: var(--color-text);
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline:before {
|
||||
background-color: var(--color-text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue