Unverified Commit 718dbe5e authored by Bwin4L's avatar Bwin4L Committed by GitHub
Browse files

Fix token counter color on dark theme

parent 7cea280a
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: #000;';
    counterElt.style = '';
  }
}