mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 15:43:49 +00:00
UI: Improve blockquote border width and color
This commit is contained in:
parent
e8b31c063a
commit
1f49a64e1a
1 changed files with 3 additions and 2 deletions
|
|
@ -438,8 +438,9 @@ audio {
|
|||
color: #e8e8e8 !important;
|
||||
}
|
||||
|
||||
.dark .message-body blockquote {
|
||||
border-left-color: rgb(255 255 255 / 30%);
|
||||
.message-body blockquote {
|
||||
border-left-width: 4px;
|
||||
border-left-color: var(--border-color-primary);
|
||||
}
|
||||
|
||||
.message-body h1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue