This commit is contained in:
lutinglt
2025-10-30 22:07:41 +08:00
parent 6ddc5057a4
commit 90b618688b
18 changed files with 190 additions and 71 deletions

7
styles/public/base.ts Normal file
View File

@@ -0,0 +1,7 @@
import { css } from "src/types/vars";
export const body = css`
body {
line-height: 18px;
}
`;