File size: 397 Bytes
6e06893
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@tailwind base;
@tailwind components;
@tailwind utilities;

::-webkit-scrollbar {
    /* Customize the scrollbar width */
    width: 10px;
}

::-webkit-scrollbar-track {
    /* Customize the scrollbar track */
    background-color: #131318;
    border-radius: 2px;

}

::-webkit-scrollbar-thumb {
    /* Customize the scrollbar thumb */
    background-color: #ffffff50;
    border-radius: 2px;

}