diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-23 21:54:05 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-23 21:54:05 -0300 |
| commit | d45043aab7890817b6e42cde05720f5b086f5c72 (patch) | |
| tree | b873d5893b2ba1f8e47810b5d8be53112f6e866b /src/static | |
| parent | 96df66b849789ac07723a97c799076184371e37c (diff) | |
css: tune sticky subheading shadow
Diffstat (limited to 'src/static')
| -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 89d58d8e..6307da30 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -2272,7 +2272,7 @@ box-shadow: 0 2px 2px -1px #00000060, - 0 4px 12px -4px #00000090; + 0 8px 18px -5px #000000b0; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); |