Update index.html

This commit is contained in:
H Lohaus 2024-04-06 17:26:07 +02:00 committed by GitHub
parent a9f16aea69
commit 408e7a127d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 33 deletions

View File

@ -41,39 +41,6 @@
const user_image = '<img src="/static/img/user.png" alt="your avatar">';
const gpt_image = '<img src="/static/img/gpt.png" alt="your avatar">';
</script>
<style>
.hljs {
color: #e9e9f4;
background: #28293629;
border-radius: var(--border-radius-1);
border: 1px solid var(--blur-border);
font-size: 15px;
}
#message-input {
height: 82px;
margin-left: 20px;
}
#message-input::-webkit-scrollbar {
width: 5px;
}
/* Track */
#message-input::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
#message-input::-webkit-scrollbar-thumb {
background: #c7a2ff;
}
/* Handle on hover */
#message-input::-webkit-scrollbar-thumb:hover {
background: #8b3dff;
}
</style>
<script src="/static/js/highlight.min.js"></script>
<script>window.conversation_id = "{{chat_id}}"</script>
<title>g4f - gui</title>