Fix token counter color on dark theme

master
Bwin4L 3 years ago committed by GitHub
parent 7cea280a8f
commit 718dbe5e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ function checkBrackets(evt) {
if(counterElt.title != '') { if(counterElt.title != '') {
counterElt.style = 'color: #FF5555;'; counterElt.style = 'color: #FF5555;';
} else { } else {
counterElt.style = 'color: #000;'; counterElt.style = '';
} }
} }

Loading…
Cancel
Save