Skip to content

Commit 0cc1cbb

Browse files
committed
Scrollbar color changed
1 parent d996ca4 commit 0cc1cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/styles/global.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SCROLLBAR */
22
body {
3-
scrollbar-color: #f5b349;
3+
scrollbar-color: #4299E1;
44
}
55

66
::-webkit-scrollbar {
@@ -9,7 +9,7 @@ body {
99
}
1010

1111
::-webkit-scrollbar-track {
12-
background-color: #f5b349;
12+
background-color: #4299E1;
1313
}
1414

1515
::-webkit-scrollbar-thumb {

0 commit comments

Comments
 (0)