diff options
author | fuzzytent <fuzzy.tent6960@fastmail.com> | 2022-09-30 14:02:16 +0000 |
---|---|---|
committer | fuzzytent <fuzzy.tent6960@fastmail.com> | 2022-10-03 16:33:58 +0000 |
commit | 2a7f48cdb8dcf9acb02610cccae0d1ee5d260bc2 (patch) | |
tree | d58f263c5c9afa8344530778392580a2968d9d7e | |
parent | 5c0c778a65c8f89a85395fb10e32d3b35ea57196 (diff) | |
download | stable-diffusion-webui-gfx803-2a7f48cdb8dcf9acb02610cccae0d1ee5d260bc2.tar.gz stable-diffusion-webui-gfx803-2a7f48cdb8dcf9acb02610cccae0d1ee5d260bc2.tar.bz2 stable-diffusion-webui-gfx803-2a7f48cdb8dcf9acb02610cccae0d1ee5d260bc2.zip |
Improve styling of gallery items, particularly in dark mode
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -403,3 +403,7 @@ input[type="range"]{ .red {
color: red;
}
+
+.gallery-item {
+ --tw-bg-opacity: 0 !important;
+}
|