dark: update color of timeline view icons in PR

This commit is contained in:
pat-s 2022-09-01 23:55:24 +02:00
parent aff576e893
commit 41746283cb
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 10 additions and 0 deletions

View file

@ -1183,4 +1183,9 @@
.ui.primary.labels .label {
background-color: #768390 !important;
}
// timeline view icon color
.repository.view.issue .comment-list .timeline-item .badge .svg {
fill: #fff !important;
}
}

View file

@ -800,3 +800,8 @@ textarea:focus,
.ui.primary.labels .label {
background-color: #768390 !important;
}
// timeline view icon color
.repository.view.issue .comment-list .timeline-item .badge .svg {
fill: #fff !important;
}