This commit is contained in:
oobabooga 2025-05-29 04:26:43 -07:00
parent a8d02dec8f
commit 685cfe2540

View file

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