From 08f366c2b8a5d041bd45bb3f9f26cea64116c7e8 Mon Sep 17 00:00:00 2001 From: shivankar-singh Date: Fri, 29 May 2026 17:37:56 +0530 Subject: [PATCH 1/2] Update quickstart description Co-authored-by: Cursor --- quickstart/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/index.mdx b/quickstart/index.mdx index d69ef393..79a0a88c 100644 --- a/quickstart/index.mdx +++ b/quickstart/index.mdx @@ -1,6 +1,6 @@ --- title: 'ProjectDiscovery Quick Start Guide' -description: 'Get started with ProjectDiscovery for asset discovery, vulnerability scanning, and exposure monitoring' +description: 'Get started with ProjectDiscovery for asset discovery, vulnerability scanning and exposure monitoring' sidebarTitle: 'Overview' --- From 7929be98a6670c86e5b07cadf6f446414c062af5 Mon Sep 17 00:00:00 2001 From: shivankar-singh Date: Fri, 29 May 2026 17:39:07 +0530 Subject: [PATCH 2/2] Fix: Remove hard-coded purple background from navigation items Co-authored-by: Cursor --- style.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/style.css b/style.css index a8b52d5f..2341ef9b 100644 --- a/style.css +++ b/style.css @@ -37,20 +37,6 @@ html[class~="dark"] .section-title { color: rgba(255, 255, 255, 0.7); } -nav ul li:nth-child(2) a { - display: block; - padding: 8px; - line-height: 18px; - border-radius: 8px; - background: #6366f1; - border: 1px solid #7e7fff; - transition: all 0.3s ease; -} - -nav ul li:nth-child(2) a:hover { - background: #4d4fc4; - color: white !important; -} /* Custom search button styling */ .search-button {