mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Make instruct style more readable (attempt)
This commit is contained in:
parent
cdb854db9e
commit
a26c2300cb
@ -13,7 +13,7 @@
|
||||
|
||||
.message-body p {
|
||||
font-size: 15px !important;
|
||||
line-height: 1.75 !important;
|
||||
line-height: 1.4 !important;
|
||||
margin-bottom: 1.25em !important;
|
||||
}
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
.dark .chat .assistant-message {
|
||||
background-color: #3741519e;
|
||||
background-color: #1f2937;
|
||||
border: 1px solid #4b5563;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user