diff options
author | Mykeehu <halasim@hotmail.hu> | 2023-01-23 21:36:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 21:36:27 +0000 |
commit | 82a28bfe35928e244d4b51d72ce424aff5619b75 (patch) | |
tree | 61502aabfd8642830260dbf4161c2d9860dac192 /style.css | |
parent | 5c1cb9263f980641007088a37360fcab01761d37 (diff) | |
download | stable-diffusion-webui-gfx803-82a28bfe35928e244d4b51d72ce424aff5619b75.tar.gz stable-diffusion-webui-gfx803-82a28bfe35928e244d4b51d72ce424aff5619b75.tar.bz2 stable-diffusion-webui-gfx803-82a28bfe35928e244d4b51d72ce424aff5619b75.zip |
Fix extra network thumbs label color
Added white color for labels.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -857,6 +857,7 @@ footer { white-space: nowrap;
text-overflow: ellipsis;
background: rgba(0,0,0,.5);
+ color: white;
}
.extra-network-thumbs .card:hover .actions .name {
|