3 /* Let's get this party started */
10 ::-webkit-scrollbar-track {
11 -webkit-box-shadow: inset
0 0 6px rgba(
0,
0,
0,
0.3);
12 -webkit-border-radius:
10px;
17 ::-webkit-scrollbar-thumb {
18 -webkit-border-radius:
1px;
19 background: rgba(
255,
0,
0,
0.4);
20 -webkit-box-shadow: inset
0 0 1px rgba(
255,
250,
0,
0.5);