diff --git a/src/routes/stocks/[tickerID]/profile/employees/+page.svelte b/src/routes/stocks/[tickerID]/profile/employees/+page.svelte index 2152ac0f..bc726cba 100644 --- a/src/routes/stocks/[tickerID]/profile/employees/+page.svelte +++ b/src/routes/stocks/[tickerID]/profile/employees/+page.svelte @@ -256,8 +256,8 @@ changeRate >= 0 && changeRate !== null ? "increased" : "decreased"; const growthRateClass = changeRate >= 0 && changeRate !== null - ? "text-[#00FC50]" - : "text-[#FF2F1F]"; + ? "before:content-['+'] text-green-700 dark:text-[#00FC50]" + : "text-red-700 dark:text-[#FF2F1F]"; return ` @@ -509,7 +509,7 @@ {#if historyList?.length !== 0}