Webkit: Round the scrollbar thumb

This commit is contained in:
FiliusPatris 2021-04-24 12:30:07 +02:00
parent 85ad3ad365
commit 14ece83fca
No known key found for this signature in database
GPG Key ID: 12AC3D4752E2FA2E

View File

@ -14,6 +14,7 @@ body {
}
::-webkit-scrollbar-thumb {
background-color: gray;
border-radius: 5px;
}
a {