Commit 718dbe5e authored by Bwin4L's avatar Bwin4L Committed by GitHub

Fix token counter color on dark theme

parent 7cea280a
......@@ -88,7 +88,7 @@ function checkBrackets(evt) {
if(counterElt.title != '') {
counterElt.style = 'color: #FF5555;';
} else {
counterElt.style = 'color: #000;';
counterElt.style = '';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment