fix some colors in dark theme
This commit is contained in:
parent
a58af7f816
commit
9fbf641571
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user