Fix token counter color on dark theme
This commit is contained in:
parent
7cea280a8f
commit
718dbe5e82
|
@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
|||
if(counterElt.title != '') {
|
||||
counterElt.style = 'color: #FF5555;';
|
||||
} else {
|
||||
counterElt.style = 'color: #000;';
|
||||
counterElt.style = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue