fix: force black text in Plot tooltips (white bg, grey text was unreadable)
This commit is contained in:
@@ -187,6 +187,11 @@
|
||||
];
|
||||
</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 -->
|
||||
<div class="flex flex-wrap gap-2 mb-4">
|
||||
{#each allRangeKeys as key, i}
|
||||
|
||||
Reference in New Issue
Block a user