File size: 479 Bytes
e068192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(16, 185, 129, 0.18), rgba(0, 0, 0, 0)),
    radial-gradient(900px 420px at 80% 20%, rgba(245, 158, 11, 0.16), rgba(0, 0, 0, 0)),
    radial-gradient(700px 420px at 60% 85%, rgba(59, 130, 246, 0.14), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, #06070a 0%, #0b0d12 40%, #07080b 100%);
  color: #e7e8ec;
}