This commit is contained in:
hu xiaotong
2026-03-04 14:46:49 +08:00
commit df69a1a169
26 changed files with 3455 additions and 0 deletions

21
src/index.css Normal file
View File

@@ -0,0 +1,21 @@
:root {
font-family: "Noto Serif JP", "Noto Serif CJK SC", "Hiragino Mincho ProN",
"Yu Mincho", "Songti SC", serif;
line-height: 1.5;
font-weight: 400;
color-scheme: light;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
min-width: 320px;
background: #f7f4ee;
}
a {
text-decoration: none;
color: inherit;
}