forked from open-webui/open-webui
chat history/code syntax highlighting added
This commit is contained in:
parent
b1095836d5
commit
de86193cab
7 changed files with 393 additions and 47 deletions
|
@ -8,6 +8,10 @@ html {
|
|||
@apply bg-gray-800;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
@apply rounded-lg;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
--tw-border-opacity: 1;
|
||||
background-color: rgba(217, 217, 227, 0.8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue