aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 22:09:19 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 22:09:19 +0000
commitefceed8c7f99a959bfe1a4d9210f27aac91f7705 (patch)
tree248bfc7ae6bf4d6b9bb980c4686dfbd2364074d2
parent11f339733de860b0b51adebe15dc945df7189edf (diff)
downloadstable-diffusion-webui-gfx803-efceed8c7f99a959bfe1a4d9210f27aac91f7705.tar.gz
stable-diffusion-webui-gfx803-efceed8c7f99a959bfe1a4d9210f27aac91f7705.tar.bz2
stable-diffusion-webui-gfx803-efceed8c7f99a959bfe1a4d9210f27aac91f7705.zip
fix styles for dark people
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index af6344a8..4e22cfd6 100644
--- a/style.css
+++ b/style.css
@@ -1014,6 +1014,10 @@ div.block.gradio-box.edit-user-metadata {
color: var(--body-text-color);
}
+.edit-user-metadata .file-metadata{
+ color: var(--body-text-color);
+}
+
.edit-user-metadata .file-metadata th{
text-align: left;
}