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

@ -305,7 +305,9 @@ export function getWebviewContent(
}
.segment-text {
line-height: 1.6;
font-size:0.9rem
font-size:0.9rem;
color: var(--vscode-foreground);
letter-spacing: 0.5px;
}
.segment-tool {
background: var(--vscode-textBlockQuote-background);