summaryrefslogtreecommitdiff
path: root/src/index.css
blob: 847c0cc956ea944cb182ef4f69b4cd51d6b3054b (plain)
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  height: 100%;
  margin: 0;
  line-height: 1.5;
  color: #121212;
}