Small style improvements

This commit is contained in:
oobabooga 2025-06-08 15:19:25 -07:00
parent eb0ab9db1d
commit f81b1540ca
2 changed files with 4 additions and 2 deletions

View file

@ -269,7 +269,7 @@ button {
.dark .pretty_scrollbar::-webkit-scrollbar-thumb,
.dark .pretty_scrollbar::-webkit-scrollbar-thumb:hover {
background: rgb(255 255 255 / 10%);
background: rgb(255 255 255 / 6.25%);
border-radius: 10px;
}