scrollbar style

This commit is contained in:
ygg2 2024-07-12 06:21:03 -04:00
parent de637c8976
commit fc4836c042
2 changed files with 12 additions and 6 deletions

View file

@ -577,23 +577,28 @@ hr {
grid-column: 2;
}
::-webkit-scrollbar {
width: .1in;
width: .16in;
height: .1in;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-track:hover {
background-color: var(--scrollbar-track);
}
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
box-shadow: 0 2px 5px var(--black);
border-radius: .08in;
border: .03in solid transparent;
background-clip: padding-box;
transition: .1s;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-thumb-hover);
box-shadow: 0 2px 5px var(--black);
}
.pronouns {