diff --git a/.github/chat.png b/.github/chat.png index f201205..af2f3d8 100644 Binary files a/.github/chat.png and b/.github/chat.png differ diff --git a/static/css/chat.css b/static/css/chat.css index 47c1950..cb221d8 100644 --- a/static/css/chat.css +++ b/static/css/chat.css @@ -28,6 +28,30 @@ box-sizing: border-box; } +:-webkit-scrollbar { + width: 6px; + height: 6px; +} + +::-webkit-scrollbar-track { + background: #181926; +} + +::-webkit-scrollbar-thumb { + background-color: #cad3f5; + border-radius: 4px; + border: 1px solid #181926; +} + +::-webkit-scrollbar-thumb:hover { + background-color: #cad3f5; +} + +* { + scrollbar-width: thin; + scrollbar-color: #cad3f5 #181926; +} + html, body { font-family: "Work Sans", sans-serif;