Update the benchmark dashboard dark mode to use Iggy's brand colors instead of generic defaults. (use https://iggy.apache.org/ as an example of what we want)
What to focus on:
- Only change dark mode CSS variables — navy backgrounds, orange accents, cream text
- Apply orange accent to buttons, active states, hover states, and borders in dark theme
- Search Yew components for hardcoded colors that bypass CSS variables
- Ensure WCAG AA contrast ratios for dark mode (orange on navy may need adjustment for text)
Done when the dashboard dark mode visually matches the Iggy website's brand. Light mode unchanged.
Code is in core/bench/dashboard. You can generate the performance data locally by calling iggy-bench (see iggy-bench examples).
Update the benchmark dashboard dark mode to use Iggy's brand colors instead of generic defaults. (use https://iggy.apache.org/ as an example of what we want)
What to focus on:
Done when the dashboard dark mode visually matches the Iggy website's brand. Light mode unchanged.
Code is in
core/bench/dashboard. You can generate the performance data locally by callingiggy-bench(seeiggy-bench examples).