From 13c6fa416f00843ee197d755e68369d186a6ccf6 Mon Sep 17 00:00:00 2001 From: kmurphypolygon Date: Tue, 9 Jan 2024 13:00:51 +0100 Subject: [PATCH] remove white box and format issues --- .../_site_essentials/stylesheets/polygon-docs.webflow.css | 8 ++++++++ mkdocs.yml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/docs/_site_essentials/stylesheets/polygon-docs.webflow.css b/docs/_site_essentials/stylesheets/polygon-docs.webflow.css index a3a7b6265..7703b0bba 100755 --- a/docs/_site_essentials/stylesheets/polygon-docs.webflow.css +++ b/docs/_site_essentials/stylesheets/polygon-docs.webflow.css @@ -46,6 +46,14 @@ padding: 0 !important; } +.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link { + box-shadow: none; +} + +.md-nav--secondary .md-nav__title { + box-shadow: none; +} + h1 { margin-top: 0; margin-bottom: 0 !important; diff --git a/mkdocs.yml b/mkdocs.yml index 604e495e1..03c21e9fb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -643,6 +643,12 @@ plugins: show_contribution: true exclude: - index.md + - cdk/index.md + - zkEVM/index.md + - pos/index.md + - miden/index.md + - tools/index.md + - learn/index.md validation: absolute_links: ignore