feat: 归档渲染

This commit is contained in:
2026-07-05 22:33:50 +08:00
parent 4c20ee73d3
commit e67829562d
11 changed files with 1018 additions and 62 deletions

View File

@@ -1,5 +1,4 @@
@import "modern-normalize";
@import "./reset.css";
@import "tailwindcss";
:root {
--layout-width: 1200px;

View File

@@ -1,11 +0,0 @@
/* css reset */
a {
text-decoration: none;
color: inherit;
}
ul, ol {
list-style: none;
padding: 0;
margin: 0;
}