Unverified Commit 0a81dd52 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #5585 from Bwin4L/master

Fix token counter color on dark theme
parents 7cea280a 718dbe5e
......@@ -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