Skip to content

Commit c0464da

Browse files
committed
Page Scroll Indicator Update
1 parent 855f421 commit c0464da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

13. Page Scroll Indicator/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
}
1616

1717
.scroll-indicator {
18-
height: 10px;
18+
height: 7px;
1919
width: calc(100% - 6em);
2020
position: fixed;
2121
top: 5px;
@@ -28,7 +28,7 @@ body {
2828
height: 100%;
2929
width: 0;
3030
border-radius: 3px;
31-
background: linear-gradient(30deg, #21d4fd, #b721ff);
31+
background: linear-gradient(30deg, #b1ddf1, #fccb06);
3232
transition: width 0.1s;
3333
}
3434

0 commit comments

Comments
 (0)