From 41746283cbf1105cf444937695f2283153cfc416 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 1 Sep 2022 23:55:24 +0200 Subject: [PATCH] dark: update color of timeline view icons in PR --- theme-github-auto.css | 5 +++++ theme-github-dark.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/theme-github-auto.css b/theme-github-auto.css index 449cf91..e55da04 100644 --- a/theme-github-auto.css +++ b/theme-github-auto.css @@ -1183,4 +1183,9 @@ .ui.primary.labels .label { background-color: #768390 !important; } + + // timeline view icon color + .repository.view.issue .comment-list .timeline-item .badge .svg { + fill: #fff !important; + } } diff --git a/theme-github-dark.css b/theme-github-dark.css index 5c8008a..4a17155 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -800,3 +800,8 @@ textarea:focus, .ui.primary.labels .label { background-color: #768390 !important; } + +// timeline view icon color +.repository.view.issue .comment-list .timeline-item .badge .svg { + fill: #fff !important; +}