aboutsummaryrefslogtreecommitdiff
path: root/src/input.css
blob: a9582ee03c546d1259eb1cb56330031f5ea3e524 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import "tailwindcss";

@theme {
  --font-raleway: "Raleway", serif;
  --font-merriweather: "Merriweather", serif;
}

html,
body {
  height: 100%;
}