From 96672ce4701baf8a12c4d83be5fbdc84150ccb5b Mon Sep 17 00:00:00 2001 From: nous Date: Mon, 16 Sep 2019 11:11:35 +0200 Subject: [PATCH] Fix some white --- theme-arc-blue.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index ab659ee..d7dbd86 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1047,3 +1047,7 @@ .repository .dif background-color: #332020 !important; } + .repository.view.issue .comment-list .comment .content > .merge-section { + border-top: 1px solid #2b51aa; + background-color: #1a3e21; + }