mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
UI: Improve the light theme colors
This commit is contained in:
parent
b817bb33fd
commit
475e012ee8
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
--darker-gray: #202123;
|
||||
--dark-gray: #343541;
|
||||
--light-gray: #444654;
|
||||
--light-theme-gray: #f5f5f5;
|
||||
--light-theme-gray: #f3f4f6;
|
||||
--border-color-dark: #525252;
|
||||
--header-width: 112px;
|
||||
--selected-item-color-dark: #32333e;
|
||||
|
|
@ -580,6 +580,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
}
|
||||
|
||||
#chat-input textarea {
|
||||
background: var(--light-theme-gray);
|
||||
padding: 0.65rem 2.5rem;
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue