diff --git a/docs/docs/content/static/style.css b/docs/docs/content/static/style.css index 5bc84f15..e10ed646 100644 --- a/docs/docs/content/static/style.css +++ b/docs/docs/content/static/style.css @@ -103,3 +103,7 @@ by accommodating for the fixed-header's height */ margin: 60px 0; display: block; } +.md-header--shadow { + box-shadow: 0 4px 3px #eee; + transition: none; +} \ No newline at end of file