mirror of https://github.com/gorhill/uBlock.git
Fix search highlight with dark theme
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/discussions/2542#discussioncomment-5502579
This commit is contained in:
parent
d25e9fd32a
commit
6531b86d29
|
@ -222,7 +222,7 @@
|
|||
.cm-searching.cm-overlay {
|
||||
background-color: var(--cm-searching-surface);
|
||||
border: 0;
|
||||
color: var(--cm-searching-ink);
|
||||
color: var(--cm-searching-ink) !important;
|
||||
}
|
||||
|
||||
.CodeMirror-merge {
|
||||
|
|
Loading…
Reference in New Issue