budgeteer/web/src/index.css
2022-02-04 19:54:32 +00:00

11 lines
122 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
h1 {
font-size: 200%;
}
a {
text-decoration: underline;
}