fix: 今日统计数字改用常规字体,去掉发光效果
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1188,11 +1188,24 @@ html[data-theme="light"] .host-metric-bar {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.monitor-stats-card .card-title {
|
||||
font-family: var(--font);
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.monitor-stat-value {
|
||||
font-family: var(--display);
|
||||
font-size: 22px;
|
||||
font-family: var(--font);
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
line-height: 1.15;
|
||||
font-variant-numeric: tabular-nums;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 0;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.monitor-stat-value.pnl-pos,
|
||||
.monitor-stat-value.pnl-neg {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.monitor-stat-sub {
|
||||
|
||||
Reference in New Issue
Block a user