From 63d70996f9940ed5a1c5241db2531619151ccc53 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 9 Dec 2024 16:15:59 +0000 Subject: [PATCH] toolbar shadow --- src/css/docs-ndl.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/css/docs-ndl.css b/src/css/docs-ndl.css index 7ba05638..0ce9f693 100644 --- a/src/css/docs-ndl.css +++ b/src/css/docs-ndl.css @@ -140,6 +140,16 @@ body.docs-ndl .nav-menu .nav-item > a > strong { /* end of nav */ +/* toolbar */ + +body.docs-ndl .toolbar { + box-shadow: none; +} + +/* body.docs-ndl.explainer .toolbar { + background-color: rgba(var(--colors-neutral-10)); +} */ + body.docs-ndl .doc a { text-decoration: none; }