File size: 129 Bytes
588462f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply bg-slate-950 text-slate-100;
  }
}