From a7ef5d696b3b64fdd04e674460d5de4a50b4609c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 15 Oct 2022 10:19:30 -0700 Subject: [PATCH] Reduce the header box shadow a bit --- static/styles/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/root.css b/static/styles/root.css index 858e2c6..976f9fe 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -580,7 +580,7 @@ ol ol { background: var(--background-color); border: 1px solid var(--header-border-color); border-radius: 12px; - box-shadow: 4px 5px 5px var(--header-box-shadow-color); + box-shadow: 3px 4px 4px var(--header-box-shadow-color); } .visible { visibility: visible; }