Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
dark: adjust background color of emoji reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 9, 2021
1 parent 05d7758 commit c60a154
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme-github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c60a154

Please sign in to comment.