From d41573fb0f7289714cb03174c5736a33e631ebf7 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 15 Aug 2023 21:59:03 +0200 Subject: [PATCH] dark: fix timeline icon colors --- theme-github-auto.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/theme-github-auto.css b/theme-github-auto.css index 730d5b9..533efb3 100644 --- a/theme-github-auto.css +++ b/theme-github-auto.css @@ -1061,11 +1061,6 @@ color: var(--color-text); } - /* PR timelines colors */ - .repository.view.issue .comment-list .timeline-item .badge .svg { - fill: black; - } - .repository.view.issue .comment-list .timeline-item .badge { background-color: var(--color-navbar); color: var(--color-text);