mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Small style improvements
This commit is contained in:
parent
eb0ab9db1d
commit
f81b1540ca
2 changed files with 4 additions and 2 deletions
|
|
@ -74,8 +74,10 @@ if not shared.args.old_colors:
|
|||
body_background_fill="white",
|
||||
block_background_fill="transparent",
|
||||
body_text_color='rgb(64, 64, 64)',
|
||||
button_secondary_background_fill="#f4f4f4",
|
||||
button_secondary_background_fill="white",
|
||||
button_secondary_border_color="var(--border-color-primary)",
|
||||
input_shadow="none",
|
||||
button_shadow_hover="none",
|
||||
|
||||
# Dark Mode Colors
|
||||
input_background_fill_dark='var(--darker-gray)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue