Boost light-mode contrast on options position cards.
Darken labels, hints, and badges so call/put chips and metric text stay readable on white. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2034,6 +2034,43 @@ body.market-chart-fs-open {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-label {
|
||||
color: #0f172a;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-meta,
|
||||
html[data-theme="light"] .hub-pos-card .pos-meta-item {
|
||||
color: #1e293b;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-value {
|
||||
color: #020617;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-side-long,
|
||||
html[data-theme="light"] .hub-pos-card .pos-side-badge.side-long {
|
||||
background: #006e9a;
|
||||
color: #fff;
|
||||
border-color: #005a82;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-side-short,
|
||||
html[data-theme="light"] .hub-pos-card .pos-side-badge.side-short {
|
||||
background: #b03030;
|
||||
color: #fff;
|
||||
border-color: #8a2424;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-opt-pos-card .opt-bid-plain {
|
||||
color: #0f172a;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-opt-pos-card .opt-close-value {
|
||||
color: #9f1239;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .hub-pos-card .pos-tp-profit {
|
||||
color: #1a8f4a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user