diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 01:09:19 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 01:09:19 +0300 |
commit | efceed8c7f99a959bfe1a4d9210f27aac91f7705 (patch) | |
tree | 248bfc7ae6bf4d6b9bb980c4686dfbd2364074d2 /style.css | |
parent | 11f339733de860b0b51adebe15dc945df7189edf (diff) |
fix styles for dark people
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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;
}
|