aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLiam <liamthekerr@gmail.com>2022-09-27 15:56:18 -0400
committerLiam <liamthekerr@gmail.com>2022-09-27 15:56:18 -0400
commit5034f7d7597685aaa4779296983be0f49f4f991f (patch)
treea4d2fe6104e5034fae22476d7705634a551359ff /style.css
parentca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec (diff)
added token counter next to txt2img and img2img prompts
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4054e2df..877f2f7f 100644
--- a/style.css
+++ b/style.css
@@ -389,3 +389,7 @@ input[type="range"]{
border-radius: 8px;
display: none;
}
+
+.red {
+ color: red;
+}