Create repo

This commit is contained in:
2024-11-09 17:15:54 +11:00
commit 8fbce68bd1
15 changed files with 4633 additions and 0 deletions

12
src/styles/index.css Normal file
View File

@@ -0,0 +1,12 @@
html {
@apply bg-bg font-serif leading-tight;
font-size: 14px;
}
a {
@apply hover:underline;
}
pre {
font-family: inherit;
}