From 0b475fcd9964dd4fff84562bb3a153c7fbdd5f82 Mon Sep 17 00:00:00 2001 From: Mike L Date: Sat, 29 Aug 2020 12:41:04 +0200 Subject: [PATCH] Dark theme for line numbers in blame view (#12632) --- web_src/less/themes/theme-arc-green.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 0b03425ac..9b78d2e67 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1446,11 +1446,13 @@ input { background-color: #bbbbbb !important; } -.lines-commit { +.lines-commit, +.blame .lines-num { background: #2e323e !important; } -.bottom-line { +.bottom-line, +.bottom-line:after { border-color: #4e525e !important; }