File size: 101 Bytes
0f60365
 
 
 
 
 
 
1
2
3
4
5
6
7
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  @apply bg-gray-900 text-white;
}