From b57fe0ebd440dcec7b259c9b7358a0800b3d4171 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 5 Apr 2024 17:20:44 -0300 Subject: css: add shadow behind image overlay container --- src/static/site6.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/static/site6.css b/src/static/site6.css index c1c4b9d..a041024 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -2134,6 +2134,11 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r background: var(--deep-ghost-color); overflow: hidden; + box-shadow: + 0 0 90px 30px #00000060, + 0 0 20px 10px #00000040, + 0 0 10px 3px #00000080; + -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); } -- cgit 1.3.0-6-gf8a5