From b79831ab6dec7772dd655f074ffdea54d3d6605f Mon Sep 17 00:00:00 2001 From: PRAteek-singHWY Date: Thu, 5 Mar 2026 23:45:54 +0530 Subject: [PATCH] fix(explorer): restore readable text color on explorer page --- application/frontend/src/pages/Explorer/explorer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/frontend/src/pages/Explorer/explorer.scss b/application/frontend/src/pages/Explorer/explorer.scss index 3b90018fe..6d5e7ee2f 100644 --- a/application/frontend/src/pages/Explorer/explorer.scss +++ b/application/frontend/src/pages/Explorer/explorer.scss @@ -1,7 +1,7 @@ main#explorer-content { padding: 30px; margin: var(--header-height) 0; - color: #f7fafc; + color: #000000; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); @@ -14,7 +14,7 @@ main#explorer-content { p, label, .menu-title { - color: #f7fafc; + color: #000000; } a {