From ee8f4c951ca85a2ec3d3fef49cad81c9f567e05c Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 29 Mar 2025 22:30:45 +0100 Subject: [PATCH] ui fix --- src/lib/components/AIScore.svelte | 2 +- src/lib/components/Cookie.svelte | 2 +- src/lib/components/HoverStockChart.svelte | 2 +- src/lib/components/NextEarnings.svelte | 7 +- src/lib/components/ShareHolders.svelte | 2 +- src/lib/components/Sidecard.svelte | 16 +- src/lib/components/WIIM.svelte | 67 +------- src/lib/highcharts.ts | 5 +- src/routes/+error.svelte | 2 +- src/routes/about/+page.svelte | 2 +- src/routes/advertise/+page.svelte | 2 +- src/routes/analysts/+page.svelte | 2 +- src/routes/analysts/analyst-flow/+page.svelte | 4 +- src/routes/contact/+page.svelte | 2 +- src/routes/data-disclaimer/+page.svelte | 12 +- .../etf/[tickerID]/dividends/+layout.svelte | 2 +- .../etf/[tickerID]/insider/+layout.svelte | 2 +- .../etf/[tickerID]/insider/+page.svelte | 4 +- .../etf/[tickerID]/options/+layout.svelte | 16 +- .../etf/[tickerID]/options/dex/+layout.svelte | 6 +- .../etf/[tickerID]/options/gex/+layout.svelte | 6 +- .../etf/[tickerID]/options/oi/+layout.svelte | 4 +- src/routes/etf/new-launches/+page.svelte | 2 +- src/routes/faq/+page.svelte | 10 +- src/routes/imprint/+page.svelte | 2 +- .../index/[tickerID]/options/+layout.svelte | 12 +- .../[tickerID]/options/dex/+layout.svelte | 6 +- .../[tickerID]/options/gex/+layout.svelte | 6 +- .../[tickerID]/options/oi/+layout.svelte | 4 +- src/routes/industry/+layout.svelte | 2 +- src/routes/ipos/+layout.svelte | 6 +- src/routes/ipos/+page.svelte | 2 +- src/routes/ipos/[slug]/+page.svelte | 4 +- src/routes/ipos/news/+page.svelte | 2 +- src/routes/ipos/statistics/+page.svelte | 2 +- src/routes/list/+page.svelte | 134 ++++++++-------- src/routes/login/+page.svelte | 4 +- src/routes/market-flow/+layout.svelte | 2 +- src/routes/market-flow/+page.svelte | 2 +- src/routes/market-mover/+layout.svelte | 2 +- src/routes/market-mover/active/+layout.svelte | 12 +- .../market-mover/afterhours/+layout.svelte | 4 +- .../market-mover/gainers/+layout.svelte | 12 +- src/routes/market-mover/losers/+layout.svelte | 12 +- .../market-mover/premarket/+layout.svelte | 4 +- src/routes/market-news/+layout.svelte | 2 +- src/routes/market-news/+page.svelte | 2 +- src/routes/market-news/general/+page.svelte | 2 +- .../market-news/press-releases/+page.svelte | 2 +- src/routes/options-flow/+page.svelte | 2 +- src/routes/politicians/flow-data/+page.svelte | 2 +- src/routes/potus-tracker/+page.svelte | 12 +- src/routes/price-alert/+page.svelte | 4 +- src/routes/pricing/+page.svelte | 6 +- src/routes/privacy-policy/+page.svelte | 6 +- src/routes/profile/+page.svelte | 10 +- src/routes/reddit-tracker/+page.svelte | 10 +- src/routes/register/+page.svelte | 10 +- src/routes/stock-screener/+page.svelte | 2 +- src/routes/stocks/[tickerID]/+layout.svelte | 30 ++-- src/routes/stocks/[tickerID]/+page.svelte | 97 ++++++------ .../[tickerID]/dividends/+layout.svelte | 2 +- .../[tickerID]/financials/+layout.svelte | 8 +- .../stocks/[tickerID]/forecast/+layout.svelte | 6 +- .../stocks/[tickerID]/forecast/+page.svelte | 2 +- .../[tickerID]/forecast/ai/+page.svelte | 26 ++-- .../[tickerID]/forecast/analyst/+page.svelte | 143 ++++++++++++------ .../stocks/[tickerID]/insider/+layout.svelte | 10 +- .../stocks/[tickerID]/insider/+page.svelte | 2 +- .../insider/congress-trading/+page.svelte | 4 +- .../stocks/[tickerID]/metrics/+layout.svelte | 2 +- .../stocks/[tickerID]/metrics/+page.svelte | 2 +- .../stocks/[tickerID]/options/+layout.svelte | 16 +- .../[tickerID]/options/dex/+layout.svelte | 6 +- .../[tickerID]/options/gex/+layout.svelte | 6 +- .../[tickerID]/options/oi/+layout.svelte | 4 +- .../stocks/[tickerID]/profile/+layout.svelte | 4 +- .../stocks/[tickerID]/profile/+page.svelte | 12 +- .../profile/employees/+layout.svelte | 4 +- .../[tickerID]/statistics/+layout.svelte | 10 +- .../statistics/fail-to-deliver/+layout.svelte | 2 +- .../statistics/market-cap/+layout.svelte | 2 +- .../statistics/market-cap/+page.svelte | 2 +- .../statistics/revenue/+layout.svelte | 4 +- src/routes/terms-of-use/+page.svelte | 12 +- src/routes/watchlist/+layout.svelte | 2 +- src/routes/watchlist/stocks/+page.svelte | 10 +- 87 files changed, 456 insertions(+), 463 deletions(-) diff --git a/src/lib/components/AIScore.svelte b/src/lib/components/AIScore.svelte index 642d9d3f..cfe3e440 100644 --- a/src/lib/components/AIScore.svelte +++ b/src/lib/components/AIScore.svelte @@ -61,7 +61,7 @@ class="stroke-current {score >= 7 ? 'text-green-600 dark:text-[#00FC50]' : score >= 4 - ? 'text-blue-900 dark:text-[#fff]' + ? 'text-blue-600 dark:text-[#fff]' : 'text-red-600 dark:text-[#FF2F1F]'}" stroke-width="3" stroke-dasharray="100.48" diff --git a/src/lib/components/Cookie.svelte b/src/lib/components/Cookie.svelte index dce82cdc..1b3e52f0 100644 --- a/src/lib/components/Cookie.svelte +++ b/src/lib/components/Cookie.svelte @@ -42,7 +42,7 @@ We use cookies to ensure that we give you the best experience on our website. Read Privacy Policy.

diff --git a/src/lib/components/HoverStockChart.svelte b/src/lib/components/HoverStockChart.svelte index 03e7a751..402b58dd 100644 --- a/src/lib/components/HoverStockChart.svelte +++ b/src/lib/components/HoverStockChart.svelte @@ -181,7 +181,7 @@ > {symbol?.length !== 0 ? symbol : "-"} diff --git a/src/lib/components/NextEarnings.svelte b/src/lib/components/NextEarnings.svelte index cd72a208..11dc899e 100644 --- a/src/lib/components/NextEarnings.svelte +++ b/src/lib/components/NextEarnings.svelte @@ -69,7 +69,7 @@ {#if !["Pro", "Plus"]?.includes(data?.user?.tier)} ... Unlock content with Pro Subscription {revenueRatio !== "Infinity" ? abbreviateNumber(revenueRatio) + "%" : "n/a"}{epsRatio}%{epsRatio}% {epsRatio > 0 ? "increase" : epsRatio < 0 ? "decrease" : ""} YoY. {:else} diff --git a/src/lib/components/ShareHolders.svelte b/src/lib/components/ShareHolders.svelte index c3dc9d4d..7f6a936c 100644 --- a/src/lib/components/ShareHolders.svelte +++ b/src/lib/components/ShareHolders.svelte @@ -346,7 +346,7 @@ cy="18" r="16" fill="none" - class="stroke-current text-blue-500" + class="stroke-current text-blue-600" stroke-width="3" stroke-dasharray="100" stroke-dashoffset={putCallRatio >= 1 diff --git a/src/lib/components/Sidecard.svelte b/src/lib/components/Sidecard.svelte index 991a6d37..050f0364 100644 --- a/src/lib/components/Sidecard.svelte +++ b/src/lib/components/Sidecard.svelte @@ -202,11 +202,11 @@ } -
+ @@ -264,7 +264,7 @@ Website {website}
diff --git a/src/lib/components/WIIM.svelte b/src/lib/components/WIIM.svelte index 217a7a39..8be48f75 100644 --- a/src/lib/components/WIIM.svelte +++ b/src/lib/components/WIIM.svelte @@ -85,7 +85,7 @@
- {formatDate(item?.date)} diff --git a/src/routes/analysts/analyst-flow/+page.svelte b/src/routes/analysts/analyst-flow/+page.svelte index 070e94ed..3a9fdc43 100644 --- a/src/routes/analysts/analyst-flow/+page.svelte +++ b/src/routes/analysts/analyst-flow/+page.svelte @@ -188,7 +188,7 @@ > {item?.analystName} @@ -198,7 +198,7 @@ > {item?.symbol} diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index 26e2036b..42c0d428 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -97,7 +97,7 @@ You can contact us at {emailAddress}

diff --git a/src/routes/data-disclaimer/+page.svelte b/src/routes/data-disclaimer/+page.svelte index 4867e1f6..fb014add 100644 --- a/src/routes/data-disclaimer/+page.svelte +++ b/src/routes/data-disclaimer/+page.svelte @@ -46,14 +46,14 @@ href={discordURL} target="_blank" rel="noopener noreferrer" - class="text-blue-500 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" + class="text-blue-600 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" > Discord or contact our support team at {emailAddress} . @@ -69,7 +69,7 @@ href="https://site.financialmodelingprep.com/pricing-plans?couponCode=stocknear" target="_blank" rel="noopener noreferrer" - class="text-blue-500 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" + class="text-blue-600 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" > Financial Modeling Prep (FMP) , a leading provider of financial data services. This @@ -97,7 +97,7 @@ href="https://site.financialmodelingprep.com/pricing-plans?couponCode=stocknear" target="_blank" rel="noopener noreferrer" - class="text-blue-500 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" + class="text-blue-600 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" > Financial Modeling Prep @@ -121,7 +121,7 @@ href="https://site.financialmodelingprep.com/pricing-plans?couponCode=stocknear" target="_blank" rel="noopener noreferrer" - class="text-blue-500 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" + class="text-blue-600 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" > Financial Modeling Prep . While we strive to present the most accurate forecasts, @@ -138,7 +138,7 @@ href="https://site.financialmodelingprep.com/pricing-plans?couponCode=stocknear" target="_blank" rel="noopener noreferrer" - class="text-blue-500 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" + class="text-blue-600 dark:text-blue-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:underline" > Financial Modeling Prep , ensuring accurate and timely information on fund diff --git a/src/routes/etf/[tickerID]/dividends/+layout.svelte b/src/routes/etf/[tickerID]/dividends/+layout.svelte index c034346c..bfe1abdc 100644 --- a/src/routes/etf/[tickerID]/dividends/+layout.svelte +++ b/src/routes/etf/[tickerID]/dividends/+layout.svelte @@ -31,7 +31,7 @@
  • {formatDate(item?.publishedDate)} · {item?.title} {formatDate(item?.publishedDate)} ago - {item?.title}= 0 @@ -355,7 +355,7 @@
    {getAbbreviatedName( item?.representative?.replace("_", " "), )} changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -80,7 +80,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'contract-lookup' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Contract Lookup @@ -90,7 +90,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'unusual-activity' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Unusual Activity @@ -100,7 +100,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'hottest-contracts' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Hottest Contracts @@ -110,7 +110,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'volatility' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Volatility @@ -119,7 +119,7 @@ on:click={() => changeSubSection("oi")} class="p-2 px-5 cursor-pointer {displaySubSection === 'oi' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > OI @@ -129,7 +129,7 @@ on:click={() => changeSubSection("gex")} class="p-2 px-5 cursor-pointer {displaySubSection === 'gex' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > GEX @@ -138,7 +138,7 @@ on:click={() => changeSubSection("dex")} class="p-2 px-5 cursor-pointer {displaySubSection === 'dex' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > DEX diff --git a/src/routes/etf/[tickerID]/options/dex/+layout.svelte b/src/routes/etf/[tickerID]/options/dex/+layout.svelte index 6784092c..97598e48 100644 --- a/src/routes/etf/[tickerID]/options/dex/+layout.svelte +++ b/src/routes/etf/[tickerID]/options/dex/+layout.svelte @@ -59,7 +59,7 @@ on:click={() => changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -69,7 +69,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -78,7 +78,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/etf/[tickerID]/options/gex/+layout.svelte b/src/routes/etf/[tickerID]/options/gex/+layout.svelte index 2e554c43..ea607f02 100644 --- a/src/routes/etf/[tickerID]/options/gex/+layout.svelte +++ b/src/routes/etf/[tickerID]/options/gex/+layout.svelte @@ -59,7 +59,7 @@ on:click={() => changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -69,7 +69,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -78,7 +78,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/etf/[tickerID]/options/oi/+layout.svelte b/src/routes/etf/[tickerID]/options/oi/+layout.svelte index 483a518f..6f1c092d 100644 --- a/src/routes/etf/[tickerID]/options/oi/+layout.svelte +++ b/src/routes/etf/[tickerID]/options/oi/+layout.svelte @@ -57,7 +57,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -67,7 +67,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/etf/new-launches/+page.svelte b/src/routes/etf/new-launches/+page.svelte index 673e2808..0ee2f35d 100644 --- a/src/routes/etf/new-launches/+page.svelte +++ b/src/routes/etf/new-launches/+page.svelte @@ -149,7 +149,7 @@ {item?.symbol} diff --git a/src/routes/faq/+page.svelte b/src/routes/faq/+page.svelte index 80e35354..9a2c4e70 100644 --- a/src/routes/faq/+page.svelte +++ b/src/routes/faq/+page.svelte @@ -42,7 +42,7 @@ Yes! We've created the Learning Center to explain each feature in detail—what it does, how to integrate it into your strategies, and its market impact. We update it regularly, @@ -73,7 +73,7 @@

    If you notice an inaccuracy, please contact us at {emailAddress}.

    @@ -84,7 +84,7 @@

    Our options flow feature provides real-time options data from Benzinga without delays.

    @@ -114,7 +114,7 @@

    Please email {emailAddress}, and we’ll investigate immediately.

    @@ -131,7 +131,7 @@ href={discordURL} rel="noopener noreferrer" target="_blank" - class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white" + class="text-blue-600 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white" >official Discord for quicker responses from our dev team. We’re always open to new ideas to improve the platform. diff --git a/src/routes/imprint/+page.svelte b/src/routes/imprint/+page.svelte index 28dd29cc..f38e29f7 100644 --- a/src/routes/imprint/+page.svelte +++ b/src/routes/imprint/+page.svelte @@ -43,7 +43,7 @@ Email: {emailAddress}.
    diff --git a/src/routes/index/[tickerID]/options/+layout.svelte b/src/routes/index/[tickerID]/options/+layout.svelte index d2c5d8b4..f7a42d47 100644 --- a/src/routes/index/[tickerID]/options/+layout.svelte +++ b/src/routes/index/[tickerID]/options/+layout.svelte @@ -66,7 +66,7 @@ on:click={() => changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -76,7 +76,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'hottest-contracts' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Hottest Contracts @@ -86,7 +86,7 @@ class="p-2 px-5 cursor-pointer {displaySubSection === 'volatility' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Volatility @@ -95,7 +95,7 @@ on:click={() => changeSubSection("oi")} class="p-2 px-5 cursor-pointer {displaySubSection === 'oi' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > OI @@ -105,7 +105,7 @@ on:click={() => changeSubSection("gex")} class="p-2 px-5 cursor-pointer {displaySubSection === 'gex' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > GEX @@ -114,7 +114,7 @@ on:click={() => changeSubSection("dex")} class="p-2 px-5 cursor-pointer {displaySubSection === 'dex' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > DEX diff --git a/src/routes/index/[tickerID]/options/dex/+layout.svelte b/src/routes/index/[tickerID]/options/dex/+layout.svelte index dabcaf4d..d3bae73d 100644 --- a/src/routes/index/[tickerID]/options/dex/+layout.svelte +++ b/src/routes/index/[tickerID]/options/dex/+layout.svelte @@ -57,7 +57,7 @@ on:click={() => changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -67,7 +67,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -76,7 +76,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/index/[tickerID]/options/gex/+layout.svelte b/src/routes/index/[tickerID]/options/gex/+layout.svelte index 41a26330..10d8b37a 100644 --- a/src/routes/index/[tickerID]/options/gex/+layout.svelte +++ b/src/routes/index/[tickerID]/options/gex/+layout.svelte @@ -57,7 +57,7 @@ on:click={() => changeSubSection("overview")} class="p-2 px-5 cursor-pointer {displaySubSection === 'overview' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Overview @@ -67,7 +67,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -76,7 +76,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/index/[tickerID]/options/oi/+layout.svelte b/src/routes/index/[tickerID]/options/oi/+layout.svelte index 6c3af7fc..0849772b 100644 --- a/src/routes/index/[tickerID]/options/oi/+layout.svelte +++ b/src/routes/index/[tickerID]/options/oi/+layout.svelte @@ -55,7 +55,7 @@ on:click={() => changeSubSection("strike")} class="p-2 px-5 cursor-pointer {displaySubSection === 'strike' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Strike @@ -65,7 +65,7 @@ on:click={() => changeSubSection("expiry")} class="p-2 px-5 cursor-pointer {displaySubSection === 'expiry' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > By Expiry diff --git a/src/routes/industry/+layout.svelte b/src/routes/industry/+layout.svelte index 01d7645d..54b6f5d2 100644 --- a/src/routes/industry/+layout.svelte +++ b/src/routes/industry/+layout.svelte @@ -62,7 +62,7 @@ on:click={() => handleMode(i)} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} diff --git a/src/routes/ipos/+layout.svelte b/src/routes/ipos/+layout.svelte index 34e45a09..2c292d90 100644 --- a/src/routes/ipos/+layout.svelte +++ b/src/routes/ipos/+layout.svelte @@ -90,7 +90,7 @@ href={item?.path} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} @@ -108,7 +108,7 @@ on:click={() => (displaySection = item)} class="p-2 px-5 cursor-pointer {displaySection === item ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item} @@ -118,7 +118,7 @@ on:click={() => (displaySection = item)} class="p-2 px-5 cursor-pointer {displaySection === item ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item} diff --git a/src/routes/ipos/+page.svelte b/src/routes/ipos/+page.svelte index f2d50d0b..4a690475 100644 --- a/src/routes/ipos/+page.svelte +++ b/src/routes/ipos/+page.svelte @@ -68,7 +68,7 @@
  • {item?.timestamp} {item?.title} {item?.symbol} @@ -175,7 +175,7 @@
  • {item?.timestamp} {item?.title} {formatDate(item?.publishedDate)} ago - {item?.title} {item?.timestamp} {item?.title}
  • Top-Rated Dividend Stocks
  • U.S. Companies With The Most Revenue
  • U.S. Companies That Pay The Highest Taxes
  • U.S. Companies With The Most Employees
  • U.S. Companies With The Most FTD Shares
  • @@ -55,37 +55,37 @@ >
  • Mega-Cap Stocks
  • Large-Cap Stocks
  • Mid-Cap Stocks
  • Small-Cap Stocks
  • Micro-Cap Stocks
  • Nano-Cap Stocks
  • @@ -101,19 +101,19 @@ >
  • Listed on NASDAQ
  • Listed on NYSE
  • Listed on AMEX
  • @@ -129,19 +129,19 @@ >
  • Listed on Dow Jones
  • Listed on NASDAQ 100
  • Listed on S&P 500
  • @@ -157,26 +157,26 @@ >
  • Companies with Highest OI
  • Companies with Highest OI Change
  • Companies with Highest IV Rank
  • Companies with Highest Premium
  • @@ -191,65 +191,65 @@ >
  • FAANG
  • Magnificent Seven
  • Dividend Kings
  • Dividend Aristocrats
  • Penny Stocks
  • Most Shorted Stocks
  • Oversold Stocks
  • Overbought Stocks
  • Biggest Buybacks
  • All REITs
  • @@ -267,91 +267,91 @@ >
  • Mobile Games
  • Social Media
  • Clean Energy
  • E-Sports
  • Car Companies
  • Artificial Intelligence
  • Electric Vehicles
  • Online Gambling
  • Augmented Reality
  • Gaming
  • Pharmaceuticals
  • Online Dating
  • Virtual Reality
  • Sports Betting
  • Metaverse
  • @@ -368,43 +368,43 @@ >
  • Canada
  • China
  • India
  • Japan
  • Germany
  • Israel
  • United Kingdom
  • @@ -421,67 +421,67 @@ >
  • Financials
  • Healthcare
  • Technology
  • Industrials
  • Energy
  • Utilities
  • Consumer Cyclical
  • Real Estate
  • Basic Materials
  • Communication Services
  • Consumer Defensive
  • @@ -499,19 +499,19 @@ >
  • New Launches
  • ETF Providers
  • Bitcoin ETFs
  • diff --git a/src/routes/login/+page.svelte b/src/routes/login/+page.svelte index 37ff1c51..07a288fc 100644 --- a/src/routes/login/+page.svelte +++ b/src/routes/login/+page.svelte @@ -114,7 +114,7 @@ @@ -759,7 +759,7 @@ You don't have an account? Sign up

    diff --git a/src/routes/market-flow/+layout.svelte b/src/routes/market-flow/+layout.svelte index eee8c48b..49848d6a 100644 --- a/src/routes/market-flow/+layout.svelte +++ b/src/routes/market-flow/+layout.svelte @@ -55,7 +55,7 @@ href={item?.path} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} diff --git a/src/routes/market-flow/+page.svelte b/src/routes/market-flow/+page.svelte index 97e66539..a6d97298 100644 --- a/src/routes/market-flow/+page.svelte +++ b/src/routes/market-flow/+page.svelte @@ -464,7 +464,7 @@ premiums and net put premiums, providing a real-time snapshot of market sentiment and momentum. Learn more here.

    diff --git a/src/routes/market-mover/+layout.svelte b/src/routes/market-mover/+layout.svelte index 2875aa0d..dc3b73af 100644 --- a/src/routes/market-mover/+layout.svelte +++ b/src/routes/market-mover/+layout.svelte @@ -72,7 +72,7 @@ href={item?.path} class="p-2 px-5 cursor-pointer {activeIdx === index ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} diff --git a/src/routes/market-mover/active/+layout.svelte b/src/routes/market-mover/active/+layout.svelte index 879b09b1..27b3344c 100644 --- a/src/routes/market-mover/active/+layout.svelte +++ b/src/routes/market-mover/active/+layout.svelte @@ -56,7 +56,7 @@ href="/market-mover/active" class="p-2 px-5 cursor-pointer {timePeriod === 'active' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Today @@ -64,7 +64,7 @@ href="/market-mover/active/week" class="p-2 px-5 cursor-pointer {timePeriod === 'week' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Week @@ -72,7 +72,7 @@ href="/market-mover/active/month" class="p-2 px-5 cursor-pointer {timePeriod === 'month' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Month @@ -80,7 +80,7 @@ href="/market-mover/active/year" class="p-2 px-5 cursor-pointer {timePeriod === 'year' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Year @@ -88,7 +88,7 @@ href="/market-mover/active/3Y" class="p-2 px-5 cursor-pointer {timePeriod === '3Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 3 Years @@ -96,7 +96,7 @@ href="/market-mover/active/5Y" class="p-2 px-5 cursor-pointer {timePeriod === '5Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 5 Years diff --git a/src/routes/market-mover/afterhours/+layout.svelte b/src/routes/market-mover/afterhours/+layout.svelte index e4b31bbf..6adfd4cd 100644 --- a/src/routes/market-mover/afterhours/+layout.svelte +++ b/src/routes/market-mover/afterhours/+layout.svelte @@ -38,7 +38,7 @@ href="/market-mover/afterhours/gainers" class="p-2 px-5 cursor-pointer {categoryType === 'gainers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Gainers @@ -46,7 +46,7 @@ href="/market-mover/afterhours/losers" class="p-2 px-5 cursor-pointer {categoryType === 'losers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Losers diff --git a/src/routes/market-mover/gainers/+layout.svelte b/src/routes/market-mover/gainers/+layout.svelte index 5070ed30..2146a29b 100644 --- a/src/routes/market-mover/gainers/+layout.svelte +++ b/src/routes/market-mover/gainers/+layout.svelte @@ -58,7 +58,7 @@ href="/market-mover/gainers" class="p-2 px-5 cursor-pointer {timePeriod === 'gainers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Today @@ -66,7 +66,7 @@ href="/market-mover/gainers/week" class="p-2 px-5 cursor-pointer {timePeriod === 'week' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Week @@ -74,7 +74,7 @@ href="/market-mover/gainers/month" class="p-2 px-5 cursor-pointer {timePeriod === 'month' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Month @@ -82,7 +82,7 @@ href="/market-mover/gainers/year" class="p-2 px-5 cursor-pointer {timePeriod === 'year' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Year @@ -90,7 +90,7 @@ href="/market-mover/gainers/3Y" class="p-2 px-5 cursor-pointer {timePeriod === '3Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 3 Years @@ -98,7 +98,7 @@ href="/market-mover/gainers/5Y" class="p-2 px-5 cursor-pointer {timePeriod === '5Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 5 Years diff --git a/src/routes/market-mover/losers/+layout.svelte b/src/routes/market-mover/losers/+layout.svelte index d54d939e..c0d057fa 100644 --- a/src/routes/market-mover/losers/+layout.svelte +++ b/src/routes/market-mover/losers/+layout.svelte @@ -54,7 +54,7 @@ href="/market-mover/losers" class="p-2 px-5 cursor-pointer {timePeriod === 'losers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Today @@ -62,7 +62,7 @@ href="/market-mover/losers/week" class="p-2 px-5 cursor-pointer {timePeriod === 'week' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Week @@ -70,7 +70,7 @@ href="/market-mover/losers/month" class="p-2 px-5 cursor-pointer {timePeriod === 'month' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Month @@ -78,7 +78,7 @@ href="/market-mover/losers/year" class="p-2 px-5 cursor-pointer {timePeriod === 'year' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Year @@ -86,7 +86,7 @@ href="/market-mover/losers/3Y" class="p-2 px-5 cursor-pointer {timePeriod === '3Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 3 Years @@ -94,7 +94,7 @@ href="/market-mover/losers/5Y" class="p-2 px-5 cursor-pointer {timePeriod === '5Y' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > 5 Years diff --git a/src/routes/market-mover/premarket/+layout.svelte b/src/routes/market-mover/premarket/+layout.svelte index de261fd1..eafbf04c 100644 --- a/src/routes/market-mover/premarket/+layout.svelte +++ b/src/routes/market-mover/premarket/+layout.svelte @@ -38,7 +38,7 @@ href="/market-mover/premarket/gainers" class="p-2 px-5 cursor-pointer {categoryType === 'gainers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Gainers @@ -46,7 +46,7 @@ href="/market-mover/premarket/losers" class="p-2 px-5 cursor-pointer {categoryType === 'losers' ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > Losers diff --git a/src/routes/market-news/+layout.svelte b/src/routes/market-news/+layout.svelte index 05991756..a5862c55 100644 --- a/src/routes/market-news/+layout.svelte +++ b/src/routes/market-news/+layout.svelte @@ -64,7 +64,7 @@ href={item?.path} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} diff --git a/src/routes/market-news/+page.svelte b/src/routes/market-news/+page.svelte index 863c7a0c..25eeac6c 100644 --- a/src/routes/market-news/+page.svelte +++ b/src/routes/market-news/+page.svelte @@ -201,7 +201,7 @@
  • {formatDate(item?.publishedDate)} ago - {item?.title} {formatDate(item?.publishedDate)} ago - {item?.title} {formatDate(item?.publishedDate)} ago - {item?.title}= 1 diff --git a/src/routes/politicians/flow-data/+page.svelte b/src/routes/politicians/flow-data/+page.svelte index 416f23ae..97a0604c 100644 --- a/src/routes/politicians/flow-data/+page.svelte +++ b/src/routes/politicians/flow-data/+page.svelte @@ -160,7 +160,7 @@
    {getAbbreviatedName( item?.representative?.replace( "_", diff --git a/src/routes/potus-tracker/+page.svelte b/src/routes/potus-tracker/+page.svelte index 5fd20ca6..339bb957 100644 --- a/src/routes/potus-tracker/+page.svelte +++ b/src/routes/potus-tracker/+page.svelte @@ -450,7 +450,7 @@ on:click={() => (activeIdx = i)} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} @@ -746,7 +746,7 @@ href="https://truthsocial.com/@realDonaldTrump" target="_blank" rel="noopener noreferrer" - class="hover:text-blue-500" + class="hover:text-blue-600" > Donald J. Trump @@ -756,7 +756,7 @@ href="https://truthsocial.com/@realDonaldTrump" target="_blank" rel="noopener noreferrer" - class="hover:text-blue-500" + class="hover:text-blue-600" > @realDonaldTrump @@ -955,7 +955,7 @@ href="https://truthsocial.com/@realDonaldTrump" target="_blank" rel="noopener noreferrer" - class="hover:text-blue-500" + class="hover:text-blue-600" > Donald J. Trump @@ -1031,7 +1031,7 @@ href="https://truthsocial.com/@realDonaldTrump" target="_blank" rel="noopener noreferrer" - class="hover:text-blue-500" + class="hover:text-blue-600" > Donald J. Trump @@ -1041,7 +1041,7 @@ href="https://truthsocial.com/@realDonaldTrump" target="_blank" rel="noopener noreferrer" - class="hover:text-blue-500" + class="hover:text-blue-600" > @realDonaldTrump diff --git a/src/routes/price-alert/+page.svelte b/src/routes/price-alert/+page.svelte index 03f28df9..d45d9269 100644 --- a/src/routes/price-alert/+page.svelte +++ b/src/routes/price-alert/+page.svelte @@ -388,7 +388,7 @@ >
    {item?.symbol} {#if editMode} diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index c16a208e..e5c88e57 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -88,7 +88,7 @@
    {emailAddress} @@ -1441,7 +1441,7 @@ We offer a 30 day money back guarantee, no questions asked. Just send an email to {emailAddress} and you will get a full refund.

    diff --git a/src/routes/privacy-policy/+page.svelte b/src/routes/privacy-policy/+page.svelte index 9253a660..3d374c93 100644 --- a/src/routes/privacy-policy/+page.svelte +++ b/src/routes/privacy-policy/+page.svelte @@ -43,7 +43,7 @@ policy in its entirety along with our Terms of use. Generally, you may use our website without providing personal data. When personal data (such as your name, address, or email @@ -107,7 +107,7 @@ wish to have it removed from our systems, please contact us at {emailAddress}.

    In addition, you have the following rights: @@ -174,7 +174,7 @@ at {emailAddress}.
  • diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte index cfe6f08c..d8a1daa0 100644 --- a/src/routes/profile/+page.svelte +++ b/src/routes/profile/+page.svelte @@ -216,7 +216,7 @@
    Update Password
    @@ -477,7 +477,7 @@ {:else if subscriptionData?.first_order_item?.product_name?.includes("Life Time")}{:else} Get Full Access with Pro Subscription. @@ -496,7 +496,7 @@
  • Send an email to {emailAddress}
  • @@ -506,7 +506,7 @@ rel="noopener noreferrer" target="_blank" href="https://www.reddit.com/r/stocknear/" - class="sm:hover:text-muted dark:sm:hover:text-white text-blue-500 dark:text-blue-400" + class="sm:hover:text-muted dark:sm:hover:text-white text-blue-600 dark:text-blue-400" > r/stocknear. @@ -516,7 +516,7 @@ rel="noopener noreferrer" target="_blank" href="https://discord.com/invite/hCwZMMZ2MT" - class="sm:hover:text-muted dark:sm:hover:text-white text-blue-500 dark:text-blue-400" + class="sm:hover:text-muted dark:sm:hover:text-white text-blue-600 dark:text-blue-400" >Discord Channel. diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index 72cfc448..f4070042 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -153,7 +153,7 @@ href={"https://www.reddit.com" + item?.permalink} rel="noopener noreferrer" target="_blank" - class="text-[1rem] sm:text-xl font-semibold mb-3 transition duration-100 sm:hover:text-blue-500 dark:sm:hover:text-blue-400" + class="text-[1rem] sm:text-xl font-semibold mb-3 transition duration-100 sm:hover:text-blue-600 dark:sm:hover:text-blue-400" > {item?.title} @@ -222,7 +222,7 @@ href={"https://www.reddit.com/user/" + item?.author} rel="noopener noreferrer" target="_blank" - class="hidden sm:inline-block text-sm sm:hover:text-blue-500 dark:sm:hover:text-blue-400" + class="hidden sm:inline-block text-sm sm:hover:text-blue-600 dark:sm:hover:text-blue-400" > Posted by {item?.author} @@ -230,7 +230,7 @@ href={"https://www.reddit.com" + item?.permalink} rel="noopener noreferrer" target="_blank" - class="mt-2 sm:mt-0 text-sm sm:hover:text-blue-500 dark:sm:hover:text-blue-400" + class="mt-2 sm:mt-0 text-sm sm:hover:text-blue-600 dark:sm:hover:text-blue-400" > {formatUtcTimestamp(item?.created_utc)} changeTimePeriod(index)} class="p-2 px-5 cursor-pointer {activeIdx === index ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} @@ -276,7 +276,7 @@ class="p-2 px-5 cursor-pointer flex flex-row items-center {activeIdx === index ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} Terms of Use and acknowledge that you've read our Privacy Policy.

    @@ -764,7 +764,7 @@ You already have an account? Sign in

    @@ -779,13 +779,13 @@ By registering you agree to stocknear's Terms of Use and acknowledge that you've read our Privacy Policy.

    diff --git a/src/routes/stock-screener/+page.svelte b/src/routes/stock-screener/+page.svelte index c7082c1a..c6942a1c 100644 --- a/src/routes/stock-screener/+page.svelte +++ b/src/routes/stock-screener/+page.svelte @@ -3351,7 +3351,7 @@ const handleKeyDown = (event) => { {item?.symbol} diff --git a/src/routes/stocks/[tickerID]/+layout.svelte b/src/routes/stocks/[tickerID]/+layout.svelte index 15125cc2..2021e465 100644 --- a/src/routes/stocks/[tickerID]/+layout.svelte +++ b/src/routes/stocks/[tickerID]/+layout.svelte @@ -384,7 +384,7 @@ class="text-muted dark:text-white w-full max-w-screen sm:max-w-[1250px] min-h-screen overflow-hidden" > -
    +
    @@ -410,7 +410,7 @@ viewBox="0 0 1024 1024" > - + {$stockTicker} - + {#if $currentPortfolioPrice !== null && $currentPortfolioPrice !== 0} {$currentPortfolioPrice} {:else} @@ -473,7 +473,7 @@ > @@ -495,7 +495,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > @@ -505,7 +505,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > @@ -522,7 +522,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > @@ -532,7 +532,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > @@ -547,7 +547,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" > @@ -617,7 +617,7 @@ viewBox="0 0 16 16" > diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index 27f7ce75..ca298f78 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -93,8 +93,8 @@ ? "#047857" : "#00FC50"; const fillColorStart = isNegative - ? "rgba(204, 38, 26, 0.3)" - : "rgb(4, 120, 87, 0.3)"; //"rgba(0, 252, 80, 0.3)"; + ? "rgba(204, 38, 26, 0.55)" + : "rgb(4, 120, 87, 0.55)"; //"rgba(0, 252, 80, 0.3)"; const fillColorEnd = isNegative ? "rgba(204, 38, 26, 0.004)" : "rgb(4, 120, 87, 0.004)"; //"rgba(0, 252, 80, 0.004)"; @@ -121,8 +121,8 @@ const options = { chart: { backgroundColor: $mode === "light" ? "#fff" : "#09090B", - height: 360, animation: false, + height: 360, events: { // Add touch event handling to hide tooltip on mobile load: function () { @@ -214,26 +214,29 @@ }, labels: { style: { color: $mode === "light" ? "black" : "white" }, - distance: 20, + distance: 10, formatter: function () { const date = new Date(this?.value); if (displayData === "1D") { - return date?.toLocaleTimeString("en-US", { - hour: "2-digit", - minute: "2-digit", + const timeString = date?.toLocaleTimeString("en-US", { + hour: "numeric", + hour12: true, }); + return `${timeString.replace(/\s/g, " ")}`; } else if (["1W", "1M"].includes(displayData)) { - return date?.toLocaleDateString("en-US", { + const timeString = date?.toLocaleDateString("en-US", { month: "short", day: "numeric", timeZone: "UTC", }); + return `${timeString}`; } else { - return date?.toLocaleDateString("en-US", { + const timeString = date?.toLocaleDateString("en-US", { year: "2-digit", month: "short", timeZone: "UTC", }); + return `${timeString}`; } }, }, @@ -258,7 +261,7 @@ startOnTick: false, endOnTick: false, gridLineWidth: 1, - gridLineColor: $mode === "light" ? "#d1d5dc" : "#111827", + gridLineColor: $mode === "light" ? "#e5e7eb" : "#111827", title: { text: null }, labels: { style: { color: $mode === "light" ? "black" : "white" }, @@ -292,7 +295,7 @@ data: displayData === "1D" ? seriesData : priceList, animation: false, color: lineColor, - lineWidth: 1.3, + lineWidth: 1.8, marker: { enabled: false, }, @@ -696,7 +699,7 @@ {interval} @@ -727,7 +730,7 @@
    {:else}
    @@ -260,13 +260,13 @@ These Terms and Conditions, together with our Privacy Policy and Imprint, constitute the entire agreement between you and Stocknear.

    diff --git a/src/routes/watchlist/+layout.svelte b/src/routes/watchlist/+layout.svelte index bb8d5d8c..d4b82059 100644 --- a/src/routes/watchlist/+layout.svelte +++ b/src/routes/watchlist/+layout.svelte @@ -54,7 +54,7 @@ href={item?.path} class="p-2 px-5 cursor-pointer {activeIdx === i ? 'text-muted dark:text-white bg-[#EEEEEE] dark:bg-primary/90 font-semibold' - : 'text-blue-500 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" + : 'text-blue-600 dark:text-gray-400 sm:hover:text-muted dark:sm:hover:text-white sm:hover:bg-[#EEEEEE] dark:sm:hover:bg-primary/90'}" > {item.title} diff --git a/src/routes/watchlist/stocks/+page.svelte b/src/routes/watchlist/stocks/+page.svelte index 79548b86..aa93e271 100644 --- a/src/routes/watchlist/stocks/+page.svelte +++ b/src/routes/watchlist/stocks/+page.svelte @@ -1313,7 +1313,7 @@ >
    {item?.symbol} handleFilter(item?.symbol)} - class="text-blue-500 dark:text-blue-400 text-sm sm:text-[1rem] whitespace-nowrap text-start flex flex-row items-center" + class="text-blue-600 dark:text-blue-400 text-sm sm:text-[1rem] whitespace-nowrap text-start flex flex-row items-center" > {#if editMode} @@ -1857,7 +1857,7 @@ href={items[0].url} target="_blank" rel="nofollow noopener noreferrer" - class="sm:hover:text-blue-500 dark:sm:hover:text-blue-400" + class="sm:hover:text-blue-600 dark:sm:hover:text-blue-400" >

    {symbol}