From bfb6432666bb455c069a687e928e1e7e2c3efddf Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Wed, 15 Apr 2026 22:53:48 +0200 Subject: [PATCH] fix: force black text in Plot tooltips (white bg, grey text was unreadable) --- site/src/components/MmpChart.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/src/components/MmpChart.svelte b/site/src/components/MmpChart.svelte index 7432f1a..cbdb4bf 100644 --- a/site/src/components/MmpChart.svelte +++ b/site/src/components/MmpChart.svelte @@ -187,6 +187,11 @@ ]; + +
{#each allRangeKeys as key, i}