File size: 140 Bytes
eb4179c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
@import "tailwindcss";

body {
  @apply bg-gray-900 text-gray-100 font-sans antialiased;
}

::selection {
  @apply bg-blue-500 text-white;
}