mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark: adjust background color of emoji reactions
This commit is contained in:
parent
05d7758f15
commit
c60a15481b
1 changed files with 5 additions and 3 deletions
|
@ -350,8 +350,10 @@ textarea,
|
|||
|
||||
/* repo svg icons */
|
||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||
fill: black;
|
||||
fill: white;
|
||||
}
|
||||
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||
background: radial-gradient(var(--color-timeline) 40%,transparent 40%) no-repeat;
|
||||
|
||||
/* background emoji reactions */
|
||||
.repository .segment.reactions .ui.label.basic.blue {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue