Make scrollbars darker in dark theme

This commit is contained in:
oobabooga 2025-05-29 08:15:13 -07:00
parent 81794692ab
commit c970c5f166

View file

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