From 69ee18871f4b4f94d52c08f917977f9975dff140 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 20 Mar 2022 20:10:10 -0700 Subject: [PATCH] Make the drawer shadow darker. --- src/scss/drawer-inject.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/drawer-inject.scss b/src/scss/drawer-inject.scss index 2033531f..92ac13ae 100644 --- a/src/scss/drawer-inject.scss +++ b/src/scss/drawer-inject.scss @@ -34,7 +34,7 @@ :host([location='right'][open]) #d { transform: none; - box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 25px 0px black; } #ifs {