feat: complete strategy and market data improvements

This commit is contained in:
leefer
2026-07-29 16:50:40 +08:00
parent c30d2107b3
commit 0030bb8cc1
18 changed files with 1622 additions and 162 deletions
+18 -2
View File
@@ -528,7 +528,7 @@
}
/* Theme library, popularity and dragon-tiger. */
:root[data-theme="dark"] :is(.theme-summary-v2, .theme-directory-labels-v2, .theme-detail-metrics-v2, .theme-chart-heading-v2) {
:root[data-theme="dark"] :is(.theme-summary-v2, .theme-directory-labels-v2, .theme-detail-metrics-v2) {
border-color: var(--line-soft);
background: var(--surface-muted);
}
@@ -659,7 +659,7 @@
color: var(--heaven-ink);
}
:root[data-theme="dark"] :is(.price-chart, .stock-preview-chart, .entity-detail-chart, .theme-chart-shell-v2) {
:root[data-theme="dark"] :is(.price-chart, .stock-preview-chart, .entity-detail-chart) {
border-color: var(--border);
background: var(--chart-background);
}
@@ -1236,6 +1236,22 @@
background: var(--action-soft);
}
:root[data-theme="dark"] #mentorView :is(
.mentor-message-content,
.mentor-answer-heading,
.loading-message p
) {
color: var(--text-primary);
}
:root[data-theme="dark"] #mentorView .mentor-answer-quote {
color: var(--text-secondary);
}
:root[data-theme="dark"] #mentorView :is(.mentor-message-label, .mentor-message small) {
color: var(--text-tertiary);
}
:root[data-theme="dark"] #reviewWorkspaceView {
--review-blue: var(--action);
--review-blue-dark: var(--action-hover);