fix: force black text in Plot tooltips (white bg, grey text was unreadable)

This commit is contained in:
Davide Scaini
2026-04-15 22:53:48 +02:00
parent 5205a41224
commit bfb6432666
+5
View File
@@ -187,6 +187,11 @@
]; ];
</script> </script>
<style>
/* Plot tooltips always have a white background — force black text for contrast */
:global(.plot-tip text) { fill: #18181b !important; }
</style>
<!-- Range selector pills --> <!-- Range selector pills -->
<div class="flex flex-wrap gap-2 mb-4"> <div class="flex flex-wrap gap-2 mb-4">
{#each allRangeKeys as key, i} {#each allRangeKeys as key, i}