sortData("time")}
@@ -590,7 +590,7 @@
{style}
class="grid grid-cols-16 gap-0"
class:bg-[#fff]={index % 2 === 0 && $mode === "light"}
- class:bg-[#19191F]={index % 2 === 0 && $mode !== "light"}
+ class:bg-[#09090B]={index % 2 === 0 && $mode !== "light"}
class:bg-[#121217]={index % 2 !== 0 && $mode !== "light"}
class:bg-[#F6F7F8]={index % 2 !== 0 && $mode == "light"}
class:opacity-30={index + 1 === rawData?.length &&
diff --git a/src/routes/options-flow/+page.svelte b/src/routes/options-flow/+page.svelte
index b00e8281..531890e9 100644
--- a/src/routes/options-flow/+page.svelte
+++ b/src/routes/options-flow/+page.svelte
@@ -831,7 +831,7 @@
description="Explore unusual options from big institutional traders and hedge funds."
/>
-
+
diff --git a/src/routes/stocks/[tickerID]/statistics/+page.svelte b/src/routes/stocks/[tickerID]/statistics/+page.svelte
index b630f0ed..10ff91b0 100644
--- a/src/routes/stocks/[tickerID]/statistics/+page.svelte
+++ b/src/routes/stocks/[tickerID]/statistics/+page.svelte
@@ -54,9 +54,7 @@
shares outstanding. The number of shares has increased by {rawData?.sharesYoY}%
in one year.
-