Commit 75a126f
committed
Use hardcoded HSL values for tooltip colors
CSS variables (var(--color-*)) weren't being applied for some reason.
Switched to direct HSL values to ensure tooltips have visible styling:
- backgroundColor: hsl(0 0% 18%) - dark gray
- color: hsl(0 0% 83%) - light gray text
- borderColor: hsl(240 2% 25%) - subtle border
- Arrow fill: hsl(0 0% 18%) - matches background
This ensures tooltips are always visible and properly styled.1 parent b5daf5f commit 75a126f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments