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

:root {
  --background: 5 5 5;
  --foreground: 229 229 229;
}

body {
  color: rgb(var(--foreground));
  background: #050505;
}

@layer utilities {
  .text-balance { text-wrap: balance; }
}