Brighten and bold control modal PnL colors.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
--accent: #3d9cf0;
|
||||
--ok: #3cb371;
|
||||
--bad: #e35d5d;
|
||||
--pnl-pos: #2ee59a;
|
||||
--pnl-neg: #ff5c5c;
|
||||
--radius: 10px;
|
||||
font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
color: var(--text);
|
||||
@@ -388,16 +390,19 @@ td {
|
||||
}
|
||||
|
||||
.pnl-pos {
|
||||
color: var(--ok);
|
||||
color: var(--pnl-pos);
|
||||
font-weight: 700;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.pnl-neg {
|
||||
color: var(--bad);
|
||||
color: var(--pnl-neg);
|
||||
font-weight: 700;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.pnl-flat {
|
||||
color: var(--muted);
|
||||
font-weight: 700;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user