Skip to content

Commit a4da111

Browse files
author
Ives van Hoorne
committed
Scrollbar improvements
1 parent 53e8635 commit a4da111

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/common/global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ html, body {
2020
a {
2121
color: #6CAEDD;
2222
}
23+
24+
body::-webkit-scrollbar {
25+
width: 0.5rem;
26+
}
27+
28+
body::-webkit-scrollbar-thumb {
29+
background-color: #1C2022;
30+
}

0 commit comments

Comments
 (0)