From b97f9ba931a2f26d80c599ad40ace39f8ecc975a Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 14 Aug 2023 11:22:51 +0200 Subject: [PATCH] Update CSS to improve toc #36 --- docs/css/extra.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/css/extra.css b/docs/css/extra.css index a9146c8..56dd9ce 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -4,4 +4,7 @@ --md-typeset-a-color: #5ba6ec; /* --md-text-font-color: #ffffff; */ /* --md-primary-fg-color--light: #ECB7B7; */ - } \ No newline at end of file + } + +:not([data-md-state="blur"]) + nav { + display: none;