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' --- 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 {