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
@@ -50,7 +50,7 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background: var(--bg); color: var(--text-primary);
line-height: 1.6; font-size: 14px; min-height: 100vh;
line-height: 1.57; font-size: 14px; min-height: 100vh;
-webkit-tap-highlight-color: transparent;
transition: background 0.2s ease, color 0.2s ease;
}