Skip to content

Commit 0dc4477

Browse files
committed
fix(stats): tune dark tooltip colors
1 parent 797c689 commit 0dc4477

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/stats/app/src/routes/index.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,6 +2133,18 @@
21332133
background: #242424f2;
21342134
}
21352135

2136+
[data-page="stats"] [data-section="top-models"] [data-component="chart-tooltip"] {
2137+
background: #242424f2;
2138+
box-shadow:
2139+
0 0 0 0.5px #ffffff24,
2140+
0 8px 16px #0000003d,
2141+
0 4px 8px #00000052;
2142+
}
2143+
2144+
[data-page="stats"] [data-section="top-models"] [data-component="chart-tooltip"] > span {
2145+
color: var(--stats-faint);
2146+
}
2147+
21362148
[data-page="stats"] [data-component="leader-card"][data-size="compact"] {
21372149
box-shadow:
21382150
0 0 0 0.5px #ffffff1f,

0 commit comments

Comments
 (0)