promptbox/priv/assets/input.css
2025-01-30 18:05:59 +11:00

18 lines
338 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;
}