From e10635ffd06c247d7081a4f442c04fce52264428 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 20 Oct 2021 20:32:41 +0200 Subject: [PATCH] dark: adjust PR timeline colors --- theme-github-dark.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 810ebd8..42b327a 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -521,13 +521,12 @@ a.blob-excerpt { height: 30px; margin-left: -31px; } -} .repository.view.issue .comment-list .timeline-item .badge.badge-commit { - border-color: var(--color-text); + border-color: var(--color-text-light); background: var(--color-text); } .repository.view.issue .comment-list .timeline:before { - background-color: var(--color-text); + background-color: var(--color-secondary); } .repository.view.issue .comment-list .timeline-item .badge .svg { width: 17px;