aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: aefbef1e2c780096ee980e91e39b19bbd020c73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@tailwind base;

html {
  @apply bg-white;
  font-family: sans-serif;
}

@tailwind components;
@tailwind utilities;

h1 {
    @apply text-lg font-bold;
}

h2 {
    @apply font-bold;
}