diff options
author | Liam <liamthekerr@gmail.com> | 2022-09-27 15:56:18 -0400 |
---|---|---|
committer | Liam <liamthekerr@gmail.com> | 2022-09-27 15:56:18 -0400 |
commit | 5034f7d7597685aaa4779296983be0f49f4f991f (patch) | |
tree | a4d2fe6104e5034fae22476d7705634a551359ff /style.css | |
parent | ca3e5519e8b6dc020c5e7ae508738afb5dc6f3ec (diff) |
added token counter next to txt2img and img2img prompts
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -389,3 +389,7 @@ input[type="range"]{ border-radius: 8px;
display: none;
}
+
+.red {
+ color: red;
+}
|