fix some colors in dark theme

This commit is contained in:
tophf 2022-02-18 03:59:00 +03:00
parent a58af7f816
commit 9fbf641571
2 changed files with 2 additions and 1 deletions

View File

@ -928,7 +928,7 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high
} }
.beautify-options select { .beautify-options select {
border: none; 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-family: monospace;
font-weight: bold; font-weight: bold;
padding-left: 4px; padding-left: 4px;

View File

@ -933,6 +933,7 @@ html:not(.styles-last) .split-btn-pedal::after {
#hotkey-info mark { #hotkey-info mark {
display: inline-block; display: inline-block;
color: var(--fg);
background: linear-gradient(var(--c80), var(--bg)); background: linear-gradient(var(--c80), var(--bg));
padding: 1px 6px 0; padding: 1px 6px 0;
margin: 2px; margin: 2px;