From e7b448a282a27d18ba077c21cc31c6e7af599188 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 7 Jan 2021 10:49:10 -0800 Subject: [PATCH] Add shadow to navbar --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 15e9a0e..3ac677d 100644 --- a/static/style.css +++ b/static/style.css @@ -38,6 +38,7 @@ nav { min-height: 40px; position: fixed; width: calc(100% - 30px); + box-shadow: var(--shadow); top: 0; z-index: 1; }