Brighten and bold control modal PnL colors.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 11:27:37 +08:00
parent 7c87c42061
commit 8034464c2f
+7 -2
View File
@@ -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;
}