File size: 689 Bytes
0b741ba 90a9642 0b741ba 29ab917 90a9642 29ab917 90a9642 29ab917 90a9642 29ab917 90a9642 29ab917 90a9642 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
:root {
--color-investment: #ef4444;
--color-savings: #3b82f6;
--color-netValue: #10b981;
--color-efficiency: #3b82f6;
--color-warranty: #9ca3af;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.recharts-cartesian-grid line {
stroke: #e5e7eb;
}
.recharts-tooltip-cursor {
fill: rgba(0, 0, 0, 0.05);
}
.recharts-default-tooltip {
border-radius: 0.5rem !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
border: none !important;
background: white !important;
padding: 0.75rem !important;
}
.recharts-tooltip-item {
color: #4b5563 !important;
} |