better scroll bars

Added theme to the scroll bar and scroll thumb. Looks better to scroll.
This commit is contained in:
a-box31
2022-11-29 13:14:59 -05:00
parent d7a70a92c0
commit f75ddfe6e2
+13
View File
@@ -17,6 +17,19 @@ body {
height:100%; margin:0; padding:0;
}
body::-webkit-scrollbar {
width: .5rem
}
body::-webkit-scrollbar-track{
background-color: rgb(50,50,50);
}
body::-webkit-scrollbar-thumb {
background-color: rgb(60,60,60);
border-radius: 10px;
}
.loginbtn {
margin-top: 14px;
scale: 1.2;