diff --git a/src/routes/stocks/[tickerID]/insider/+page.svelte b/src/routes/stocks/[tickerID]/insider/+page.svelte
index 74b16c62..30ae3b93 100644
--- a/src/routes/stocks/[tickerID]/insider/+page.svelte
+++ b/src/routes/stocks/[tickerID]/insider/+page.svelte
@@ -183,7 +183,7 @@ const handleMessage = async (event) => {
// prettier-ignore
data: dataPoints,
itemStyle: {
- color: "#C40377"
+ color: "#fff"
}
/*
markArea: {
@@ -354,32 +354,42 @@ onMount(async() => {