style: 优化文本样式和可读性

- 统一使用 VSCode 主题颜色变量
   - 添加字母间距提升可读性
   - 优化工具段落和问题选项的文本显示
This commit is contained in:
Roe-xin
2026-03-12 18:40:40 +08:00
parent 81717dc84f
commit 7732b11d37
3 changed files with 9 additions and 4 deletions

View File

@ -59,7 +59,7 @@ export function getPlanCardStyles(): string {
.plan-summary h2 { font-size: 16px; }
.plan-summary h3 { font-size: 14px; }
.plan-summary h4 { font-size: 13px; }
.plan-summary p { margin: 8px 0; }
.plan-summary p { margin: 8px 0; letter-spacing: 0.5px; }
.plan-summary ul, .plan-summary ol {
margin: 8px 0;
padding-left: 0;