Ligonier Code Challenge.

This commit is contained in:
bnilsen 2026-05-07 15:36:37 -04:00
commit 86fa02eec9
21 changed files with 4912 additions and 0 deletions

21
app/app.css Normal file
View file

@ -0,0 +1,21 @@
@import url('https://googleapis.com');
@import "tailwindcss";
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-libre: "Libre Baskerville", serif;
}
html,
body {
font-size: 18px;
@apply bg-[#faf7f2]}
h1 {
font-size: 24px;
}
.logo {
fill: #364B00;
}