first commit

This commit is contained in:
“dongming”
2026-01-21 16:08:49 +08:00
commit ea72dd0c3c
57 changed files with 11884 additions and 0 deletions

33
src/index.css Normal file
View File

@@ -0,0 +1,33 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
:root {
color-scheme: light;
}
body {
margin: 0;
min-height: 100vh;
font-family:
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Noto Sans Thai",
"Noto Sans",
"Helvetica Neue",
Arial,
"Apple Color Emoji",
"Segoe UI Emoji";
background: #fafafa;
}
a:not([class]) {
color: inherit;
}
* {
scroll-behavior: smooth;
}