From c60a15481b848d77b1be0ab07d970a56100a701e Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 9 Oct 2021 23:02:48 +0300 Subject: [PATCH] dark: adjust background color of emoji reactions --- theme-github-dark.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 7cf17e9..9b610f8 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -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; }