more prominent active search result highlighting

This commit is contained in:
Eugene Pankov 2022-05-21 19:32:10 -07:00
parent 50c585e14c
commit 3bb9acfb98
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -27,3 +27,8 @@
outline: 2px solid yellow;
backdrop-filter: contrast(2);
}
.xterm-find-active-result-decoration {
backdrop-filter: contrast(4);
outline-width: 2px !important;
}