Changes from today's live stream

https://www.youtube.com/live/_Y9ofkjVYR8
This commit is contained in:
Oliver Davies 2024-09-06 18:38:37 +01:00
parent 55c4c32887
commit 1bb48e633e
9 changed files with 1062 additions and 31 deletions

15
app.css Normal file
View file

@ -0,0 +1,15 @@
@import "tailwindcss";
@layer components {
.markdown > * {
margin-top: 1rem;
}
}
@theme {
--color-*: initial;
--color-black: #000000;
--color-white: #ffffff;
--color-primary: #24608a;
}