fix: align all 40+ pages — text-tertiary contrast (#767676), line-height (1.57), match reference template
Deploy Wiki to Production / deploy (push) Has been cancelled

This commit is contained in:
zdh
2026-06-04 16:32:55 +08:00
parent 3645699af5
commit af306fc30e
34 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
background: var(--bg); color: var(--text); line-height: 1.7;
background: var(--bg); color: var(--text); line-height: 1.57;
}
.hero {
background: linear-gradient(135deg, var(--primary) 0%, #2c5f8a 100%);
@@ -14,7 +14,7 @@
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
line-height: 1.8; color: var(--text); background: var(--bg);
line-height: 1.57; color: var(--text); background: var(--bg);
}
.page-wrapper { display: flex; max-width: 1400px; margin: 0 auto; min-height: 100vh; }
.sidebar {
@@ -19,7 +19,7 @@
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
line-height: 1.8;
line-height: 1.57;
color: var(--text);
background: var(--bg);
}