aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-09-17 00:13:28 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-17 11:56:11 +0000
commita66d857345c090674430c21fba1256c76d769635 (patch)
tree793687714bc4167a85ad5a57331482ad34288d5b /style.css
parent1a513370774ccb4cd9562f1b40048adc2ab7c896 (diff)
downloadstable-diffusion-webui-gfx803-a66d857345c090674430c21fba1256c76d769635.tar.gz
stable-diffusion-webui-gfx803-a66d857345c090674430c21fba1256c76d769635.tar.bz2
stable-diffusion-webui-gfx803-a66d857345c090674430c21fba1256c76d769635.zip
make background semi-transparent not black;
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2de83a94..2bdd1e0e 100644
--- a/style.css
+++ b/style.css
@@ -206,7 +206,7 @@ input[type="range"]{
width: 100%;
height: 100%;
overflow: auto;
- background-color: black;
+ background-color: rgba(20, 20, 20, 0.95);
}
.modalClose {