From 9fbf641571cfd533c47dd02f24fafbae06b25908 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 18 Feb 2022 03:59:00 +0300 Subject: [PATCH] fix some colors in dark theme --- edit/edit.css | 2 +- popup/popup.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/edit/edit.css b/edit/edit.css index 434cea6f..6d3a238f 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -928,7 +928,7 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high } .beautify-options select { border: none; - background: linear-gradient(90deg, rgba(0, 0, 0, .05) 18px, rgba(0, 0, 0, .02) 24px); + background: var(--c95); font-family: monospace; font-weight: bold; padding-left: 4px; diff --git a/popup/popup.css b/popup/popup.css index 0dbde806..5f9ddddb 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -933,6 +933,7 @@ html:not(.styles-last) .split-btn-pedal::after { #hotkey-info mark { display: inline-block; + color: var(--fg); background: linear-gradient(var(--c80), var(--bg)); padding: 1px 6px 0; margin: 2px;