feat: complete strategy and market data improvements
This commit is contained in:
+18
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user