Changing scrollbar to blue

This commit is contained in:
2020-07-22 03:17:05 +01:00
parent 9c394151dc
commit 5ef8a8389b

View File

@@ -1,8 +1,10 @@
.line-scroll {
background-image: linear-gradient(90deg, rgba(238,136,5,1) 0%, rgba(191,48,48,1) 41%, rgba(209,28,28,1) 100%);
height: 5px;
// background-image: linear-gradient(90deg, rgba(238,136,5,1) 0%, rgba(191,48,48,1) 41%, rgba(209,28,28,1) 100%);
background-image: linear-gradient(90deg, #1563ff 1.56%, #08368b);
height: 3px;
left: 0;
top: 83px;
// top: 83px;
top: 56px;
position: fixed;
width: 0;
z-index: 10;