From c64488d2665fcc0fde532e43a564e98e9690eada Mon Sep 17 00:00:00 2001 From: Revanth Date: Thu, 25 Jul 2024 22:08:42 +0530 Subject: [PATCH 1/2] changed the anchor color --- docs/mint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mint.json b/docs/mint.json index 14d2fdc..6640a38 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -13,7 +13,7 @@ "dark": "#090014" }, "anchors": { - "from": "#ffffff", + "from": "#2564eb", "to": "#40dcfc" } }, From d3597c34f46a97dc4aeea8ebed316e12abba53ea Mon Sep 17 00:00:00 2001 From: Revanth Date: Sat, 27 Jul 2024 13:07:41 +0530 Subject: [PATCH 2/2] [FIX -issue 28] colors issue in light mode There is an issue in light mode where the selected tab name becomes white hence the text will not be visible. Have changed the primary color, so now the text is visible. --- docs/mint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mint.json b/docs/mint.json index 6640a38..fe5e366 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -6,7 +6,7 @@ }, "favicon": "/favicon.png", "colors": { - "primary": "#ffffff", + "primary": "#40dcfc", "light": "#40dcfc", "dark": "#0D001D", "background": {