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;