mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
restyle Startup profile for black users
This commit is contained in:
parent
a8d4213317
commit
ec83db8978
1 changed files with 4 additions and 3 deletions
|
|
@ -423,15 +423,16 @@ div#extras_scale_to_tab div.form{
|
|||
}
|
||||
|
||||
table.popup-table{
|
||||
background: white;
|
||||
background: var(--body-background-fill);
|
||||
color: var(--body-text-color);
|
||||
border-collapse: collapse;
|
||||
margin: 1em;
|
||||
border: 4px solid white;
|
||||
border: 4px solid var(--body-background-fill);
|
||||
}
|
||||
|
||||
table.popup-table td{
|
||||
padding: 0.4em;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgba(128, 128, 128, 0.5);
|
||||
max-width: 36em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue