File size: 672 Bytes
2739da8
 
 
 
 
 
 
aa33286
2739da8
 
 
 
 
 
 
 
 
 
aa33286
2739da8
 
aa33286
2739da8
 
 
aa33286
2739da8
 
 
aa33286
2739da8
 
 
 
aa33286
2739da8
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --foreground-rgb: 247, 250, 252;
  --background-start-rgb: 10, 17, 40;
  --background-end-rgb: 10, 17, 40;
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
  font-family: 'Inter', sans-serif;
}

/* Custom scrollbar for webkit */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0A1128;
}

::-webkit-scrollbar-thumb {
  background: #4A5568;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00E5FF;
}