Ligonier Code Challenge.
This commit is contained in:
commit
86fa02eec9
21 changed files with 4912 additions and 0 deletions
21
app/app.css
Normal file
21
app/app.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue