vimium
vimium copied to clipboard
unreadable input selection in default dark mode vomnibar
Describe the bug
The default dark mode vomnibar text selection colour makes the text unreadable.
To Reproduce
- remove any custom css
- open vomnibar and type some text
- select the text

Browser and Vimium version Vimium 2.3 Firefox 140.0.2 Linux
** workaround **
can be easily fixed by the user by pasting the following css snippet in the CSS box in the settings page :
#vomnibar input::selection {
background-color: #ffffff !important;
color: #000000 !important;
}
Nice find!