File size: 207 Bytes
9b2dc95
 
 
 
 
 
 
 
 
e83ac79
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #111827;
  color: #fff;
}