Improve the style of thinking blocks in dark mode

This commit is contained in:
oobabooga 2025-06-09 09:03:39 -07:00
parent eefbf96f6a
commit 1602ac1c8f

View file

@ -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 {