mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-26 23:30:58 +00:00
dark: update color of timeline view icons in PR
This commit is contained in:
parent
aff576e893
commit
41746283cb
2 changed files with 10 additions and 0 deletions
|
@ -1183,4 +1183,9 @@
|
||||||
.ui.primary.labels .label {
|
.ui.primary.labels .label {
|
||||||
background-color: #768390 !important;
|
background-color: #768390 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// timeline view icon color
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
|
fill: #fff !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -800,3 +800,8 @@ textarea:focus,
|
||||||
.ui.primary.labels .label {
|
.ui.primary.labels .label {
|
||||||
background-color: #768390 !important;
|
background-color: #768390 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// timeline view icon color
|
||||||
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
|
fill: #fff !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue