[0d34a1]: / client / src / index.css

Download this file

7 lines (6 with data), 105 Bytes

1
2
3
4
5
6
7
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-indigo-900 text-white;
}