Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ img {
width: 100%;
max-width: 100%;
box-shadow: 2px 2px 10px #adadad;
}
}
::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-thumb{
border-radius: 6px;
background:linear-gradient(transparent ,#00c6ff 10%, #80ffbf 50%, #ffa31a 90%);
}