enh: dark theme scrollbar

This commit is contained in:
Timothy J. Baek 2024-10-05 18:28:40 -07:00
parent c09e51c1bf
commit 0bfe28711a

View File

@ -62,6 +62,12 @@ li p {
border-width: 1px;
}
/* Dark theme scrollbar styles */
.dark ::-webkit-scrollbar-thumb {
background-color: rgba(69, 69, 74, 0.8); /* Darker color for dark theme */
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
::-webkit-scrollbar {
height: 0.4rem;
width: 0.4rem;