Commit e11d0d43 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

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

parent bab91b12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ function checkBrackets(evt) {
  if(counterElt.title != '') {
    counterElt.style = 'color: #FF5555;';
  } else {
    counterElt.style = 'color: #55FF55;';
    counterElt.style = 'color: #000;';
  }
}