Skip to content

Commit 76585d2

Browse files
committed
add: scrollbar styling
1 parent 679d58a commit 76585d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scss/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ html {
1616
font-family: "Poppins";
1717
color: white;
1818
background-color: #071521;
19+
20+
scrollbar-width: auto;
21+
scrollbar-color: #1b4f81 #00000030;
1922
}
2023

2124
body {

0 commit comments

Comments
 (0)