promptbox/priv/assets/input.css
graphiteisaac 44047fef2c
Some checks failed
test / test (push) Has been cancelled
get all posts in, make styles acceptable & passable
2025-01-30 17:23:48 +11:00

23 lines
414 B
CSS

@import url(https://fonts.bunny.net/css?family=alegreya:400,400i,700,700i);
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
@theme {
--breakpoint-xl: initial;
--breakpoint-2xl: initial;
}
body {
background-color: #fffff8;
color: #111;
font-family: 'Alegreya', serif;
}
@utility prose {
color: #111;
p {
margin-top: .3rem;
margin-bottom: .3rem;
}
}