From f36840151972186fb004d7b9d6c97b9b6d4389bf Mon Sep 17 00:00:00 2001 From: Utkarsh Pathak Date: Wed, 1 Oct 2025 15:25:08 +0530 Subject: [PATCH] issue-fixed-607 --- src/pages/dashboard/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard/dashboard.css b/src/pages/dashboard/dashboard.css index 866f0e74..6a2480e5 100644 --- a/src/pages/dashboard/dashboard.css +++ b/src/pages/dashboard/dashboard.css @@ -128,7 +128,7 @@ .menu-item.active { background: var(--ifm-color-primary-lightest); - color: var(--ifm-color-primary); + color: #fdfffe; border-right: 3px solid var(--ifm-color-primary); }