diff options
Diffstat (limited to 'public/less/themes/arc-green.less')
-rw-r--r-- | public/less/themes/arc-green.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 4780756bce..d4200b5162 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -619,8 +619,9 @@ a.ui.basic.green.label:hover { border-right-color: #353945; } -.repository.view.issue .comment-list:before { - background-color: #313c47; +.repository.view.issue .comment-list:not(.prevent-before-timeline):before, +.repository.view.issue .comment-list .timeline-line:before { + background-color: #3b4954; } .repository .comment.form .content .form:after { |