mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
better scroll bars
Added theme to the scroll bar and scroll thumb. Looks better to scroll.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user