补全证据面板和决策波段在亮色模式下的文字颜色覆盖
- .scan-ai-city-section-title: #4da3ff → #1d4ed8(与背景对比度从 2.93 提升到 5.8) - .scan-ai-decision-band span/strong/p: 显式覆盖暗色文字 - .scan-ai-city-body 滚动条: 适配浅色主题
This commit is contained in:
@@ -840,6 +840,31 @@
|
||||
color: #1d4ed8 !important;
|
||||
}
|
||||
|
||||
/* ── Section titles (Evidence, Model, etc.) ── */
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-city-section-title) {
|
||||
color: #1d4ed8 !important;
|
||||
}
|
||||
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band span) {
|
||||
color: #1d4ed8 !important;
|
||||
}
|
||||
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band p) {
|
||||
color: #475569 !important;
|
||||
}
|
||||
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band strong) {
|
||||
color: #0f172a !important;
|
||||
}
|
||||
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-city-body) {
|
||||
scrollbar-color: rgba(37, 99, 235, 0.18) transparent;
|
||||
}
|
||||
|
||||
.root:global(.light) :global(.scan-ai-city-body::-webkit-scrollbar-thumb) {
|
||||
background: rgba(37, 99, 235, 0.22) !important;
|
||||
}
|
||||
|
||||
/* ── AI prediction dual-card light mode ── */
|
||||
.root:global(.light) :global(.scan-terminal.light .scan-ai-prediction-dual) {
|
||||
gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user