diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-05 17:20:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-04-07 13:35:01 -0300 |
commit | b57fe0ebd440dcec7b259c9b7358a0800b3d4171 (patch) | |
tree | ef7b0f500c1de598e88dbcba715b60d164da23c9 /src | |
parent | 4b4b38c9f466265e8ee07f5cac0b961ba990811d (diff) |
css: add shadow behind image overlay container
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index c1c4b9d5..a0410243 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); } |