restyle Startup profile for black users

This commit is contained in:
AUTOMATIC1111 2023-07-22 17:14:33 +03:00
parent 1f59be5188
commit 284822323a
1 changed files with 4 additions and 3 deletions

View File

@ -423,15 +423,16 @@ div#extras_scale_to_tab div.form{
} }
table.popup-table{ table.popup-table{
background: white; background: var(--body-background-fill);
color: var(--body-text-color);
border-collapse: collapse; border-collapse: collapse;
margin: 1em; margin: 1em;
border: 4px solid white; border: 4px solid var(--body-background-fill);
} }
table.popup-table td{ table.popup-table td{
padding: 0.4em; padding: 0.4em;
border: 1px solid #ccc; border: 1px solid rgba(128, 128, 128, 0.5);
max-width: 36em; max-width: 36em;
} }