mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
UI: Improve message text contrast
This commit is contained in:
parent
7fed60f90a
commit
ffea8f282e
3 changed files with 15 additions and 6 deletions
|
|
@ -75,7 +75,7 @@ if not shared.args.old_colors:
|
|||
background_fill_primary_dark='var(--darker-gray, #1C1C1D)',
|
||||
body_background_fill="white",
|
||||
block_background_fill="transparent",
|
||||
body_text_color='rgb(64, 64, 64)',
|
||||
body_text_color='#1a1a1a',
|
||||
button_secondary_background_fill="white",
|
||||
button_secondary_border_color="var(--border-color-primary)",
|
||||
block_title_text_color='*body_text_color',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue