Changes from today's live stream
https://www.youtube.com/live/_Y9ofkjVYR8
This commit is contained in:
parent
55c4c32887
commit
1bb48e633e
9 changed files with 1062 additions and 31 deletions
15
app.css
Normal file
15
app.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue