diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 16:02:40 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 16:10:53 -0300 |
| commit | 65155097c36c6e116692326f1952059c8d0e42c9 (patch) | |
| tree | 621e276d18c91ab6500b34d4c1916598306fdc19 /src/static/css | |
| parent | 7f2a66bfdf9bf9c859c4c0a2b5c94aaf10a47c1b (diff) | |
css: and shadow for sticky heading artwork
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/features.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index b3ff1954..dde0f07b 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -2254,7 +2254,7 @@ .content-sticky-heading-cover .cover-artwork { border-width: 1px; border-radius: 1.25px; - box-shadow: none; + box-shadow: 0 0 2px 4px #00000052; } .content-sticky-heading-container .image-inner-area { |