aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-28 16:22:55 +0000
committerGitHub <noreply@github.com>2022-09-28 16:22:55 +0000
commit278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0 (patch)
treeecd79c763261af8b8ddf4aa5bdca6f978286ec58 /style.css
parent1deac2b6458d3cfe258484ba11e14b75383ed01b (diff)
parent7ca9858c4c05b67089b095142ff792e07b5962a9 (diff)
downloadstable-diffusion-webui-gfx803-278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0.tar.gz
stable-diffusion-webui-gfx803-278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0.tar.bz2
stable-diffusion-webui-gfx803-278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0.zip
Merge pull request #1194 from liamkerr/token_count
Token count
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;
+}