From ff594c81e16b1ca062744ab46bd519968d6ef4dc Mon Sep 17 00:00:00 2001 From: Benjamin Warner Date: Mon, 18 Dec 2023 10:11:31 -0600 Subject: [PATCH] Documentation style changes --- nbs/custom.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nbs/custom.scss b/nbs/custom.scss index a40d758..9c12911 100644 --- a/nbs/custom.scss +++ b/nbs/custom.scss @@ -93,7 +93,12 @@ $code-block-bg-padding: 1rem; font-size: 1em !important; } -.headroom { border-bottom: 2px solid; border-color: $black; } +.headroom { + border-bottom: 1px solid; + border-color: $black; + box-shadow: 0 0 .2rem #0000001a,0 .2rem .4rem #0003; + transition: transform .25s cubic-bezier(.1,.7,.1,1), box-shadow .25s +} .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,") !important