UI: Make scrollbars more discrete in dark mode

This commit is contained in:
oobabooga 2025-05-27 21:00:11 -07:00
parent 5028480eba
commit 2db36da979

View file

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