mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-06 00:30:13 +01:00
Improve the style of thinking blocks in dark mode
This commit is contained in:
parent
eefbf96f6a
commit
1602ac1c8f
|
|
@ -1337,7 +1337,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
}
|
||||
|
||||
.dark .thinking-block {
|
||||
background-color: var(--darker-gray);
|
||||
background-color: transparent;
|
||||
border: 1px solid var(--input-border-color);
|
||||
}
|
||||
|
||||
.thinking-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue