1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

scrollbar

This commit is contained in:
Laura
2025-08-10 16:01:15 +02:00
parent 364d510b8e
commit de4962f249
2 changed files with 24 additions and 0 deletions

BIN
.github/chat.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 188 KiB

View File

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