Add fallback colours if inherit fails

This commit is contained in:
Slackhead 2018-05-22 12:05:22 +01:00
parent f34d1b6ce1
commit 1578a4836c

View File

@ -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;" +
"}";