chat history/code syntax highlighting added

This commit is contained in:
Timothy J. Baek 2023-10-16 01:27:26 -07:00
parent b1095836d5
commit de86193cab
7 changed files with 393 additions and 47 deletions

View file

@ -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);