Fix token counter color on dark theme

This commit is contained in:
Bwin4L 2022-12-10 14:51:11 +01:00 committed by GitHub
parent 7cea280a8f
commit 718dbe5e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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