diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 320e718e3c290d2b621224522882b32c7f68b73d..dc6ef753c4068112bacdca357a8928d35f9d0b58 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -375,7 +375,7 @@ header { overflow: auto; width: 100%; background-color: #f9f9f9; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: 3px 3px 3px 0px $shadow-color; z-index: 1; } diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index c5b188a38bd3883f4395a7e3a31cc89639502df8..1916851a683a6d0db1fed8b9298b61e18bf98fc7 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -150,7 +150,7 @@