change color of the valid prompt to black - back to how it was

This commit is contained in:
AUTOMATIC 2022-12-10 09:53:54 +03:00
parent bab91b1279
commit e11d0d43b1

View File

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