From 11789aebb0537b5df551d0857fd0a920fae569a6 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 7 Feb 2020 20:19:50 +0100 Subject: [PATCH] Fix code-expansion arc-green theme bug (#10180) * fix code-expansion theme bug * working solution without important * no new color * the midle --- web_src/less/themes/theme-arc-green.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index a40c2fc1a..cea67fe92 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1109,6 +1109,9 @@ input { .lines-code .hljs { background-color: #2a2e3a !important; } +td.blob-excerpt { + background-color: rgba(0, 0, 0, 0.15); +} .code-view .active { background: #554a00;