mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: minor light theme improvement
This commit is contained in:
parent
c6f2c2fd7e
commit
f074ffc31b
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
.chat .user-message {
|
||||
background: #f4f4f4;
|
||||
background: #f5f5f5;
|
||||
padding: 1.5rem 1rem;
|
||||
padding-bottom: 2rem;
|
||||
border-radius: 0;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
--darker-gray: #202123;
|
||||
--dark-gray: #343541;
|
||||
--light-gray: #444654;
|
||||
--light-theme-gray: #f4f4f4;
|
||||
--light-theme-gray: #f5f5f5;
|
||||
--border-color-dark: #525252;
|
||||
--header-width: 112px;
|
||||
--selected-item-color-dark: #32333e;
|
||||
|
|
|
|||
Loading…
Reference in a new issue