Add fallback colours if inherit fails
This commit is contained in:
parent
f34d1b6ce1
commit
1578a4836c
@ -862,6 +862,9 @@ window._qutebrowser.caret = (function() {
|
||||
" min-height: 10px;" +
|
||||
" min-width: 0.6em;" +
|
||||
" mix-blend-mode: difference;" +
|
||||
" --inherited-color: inherit;" +
|
||||
" background-color: var(--inherited-color, #fff);" +
|
||||
" color: var(--inherited-color, #000);" +
|
||||
" filter: invert(50%);" +
|
||||
" animation: blink 1s step-end infinite;" +
|
||||
"}";
|
||||
|
Loading…
Reference in New Issue
Block a user