mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
fix styles for dark people
This commit is contained in:
parent
11f339733d
commit
efceed8c7f
1 changed files with 4 additions and 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue