-
+
-
-
= 0
? "before:content-['+'] text-green-600 dark:text-[#00FC50]"
- : "text-[#FF2F1F]"}
+ : "text-red-600 dark:text-[#FF2F1F]"}
>
{displayLegend?.change}
= 0
- ? "text-[#00FC50]"
- : "text-[#FF2F1F]"}
+ ? "text-green-600 dark:text-[#00FC50]"
+ : "text-red-600 dark:text-[#FF2F1F]"}
>
({displayLegend?.changesPercentage}%)
@@ -790,12 +807,12 @@
class="border-l border-default pl-3 bp:pl-5"
>
{prePostData?.price?.toFixed(2)}
=
0
? "before:content-['+'] text-green-600 dark:text-[#00FC50]"
: 'text-red-600 dark:text-[#FF2F1F]'}"
@@ -868,8 +885,8 @@
on:click={() => changeSection("overview")}
class="p-2 px-5 cursor-pointer {displaySection ===
'overview'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Overview
@@ -879,8 +896,8 @@
on:click={() => changeSection("holdings")}
class="p-2 px-5 cursor-pointer {displaySection ===
'holdings'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Holdings
@@ -890,8 +907,8 @@
on:click={() => changeSection("dark-pool")}
class="p-2 px-5 cursor-pointer {displaySection ===
'dark-pool'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Dark Pool
@@ -900,8 +917,8 @@
on:click={() => changeSection("options")}
class="p-2 px-5 cursor-pointer {displaySection ===
'options'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Options
@@ -911,8 +928,8 @@
on:click={() => changeSection("insider")}
class="p-2 px-5 cursor-pointer {displaySection ===
'insider'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Insider
@@ -921,8 +938,8 @@
on:click={() => changeSection("dividends")}
class="p-2 px-5 cursor-pointer {displaySection ===
'dividends'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
Dividends
@@ -931,8 +948,8 @@
on:click={() => changeSection("history")}
class="p-2 px-5 cursor-pointer {displaySection ===
'history'
- ? 'text-white bg-secondary font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary'}"
+ ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-secondary font-semibold'
+ : 'text-blue-700 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-secondary'}"
>
History
@@ -961,7 +978,7 @@
-
+
diff --git a/src/routes/etf/[tickerID]/+page.svelte b/src/routes/etf/[tickerID]/+page.svelte
index b46ce040..b2c38cea 100644
--- a/src/routes/etf/[tickerID]/+page.svelte
+++ b/src/routes/etf/[tickerID]/+page.svelte
@@ -1,5 +1,6 @@