From d052b7dd055384d0e5d2f0c531a37fc970ad99eb Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 15 Feb 2022 16:19:21 +0300 Subject: [PATCH] universal title bg --- edit/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/edit.css b/edit/edit.css index cd8e4080..8ee54035 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -754,7 +754,7 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high } #help-popup .title { font-weight: bold; - background-color: rgba(0,0,0,0.05); + background-color: rgba(128, 128, 128, .15); margin: calc(-1 * var(--pad-y)) calc(-1 * var(--pad-x)) 0; padding: var(--pad-y2) var(--pad-x); }