From b16c5555417191492b5533a4a7e68b7abb9e590c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 8 Feb 2020 00:04:03 +0100 Subject: [PATCH] Fix code-expansion arc-green theme bug (#10180) (#10185) * fix code-expansion theme bug * working solution without important * no new color * the midle --- web_src/less/themes/arc-green.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web_src/less/themes/arc-green.less b/web_src/less/themes/arc-green.less index 69e8963fb..c5f4a43f5 100644 --- a/web_src/less/themes/arc-green.less +++ b/web_src/less/themes/arc-green.less @@ -1111,6 +1111,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;