diff options
Diffstat (limited to 'src/lib/Landing.svelte')
| -rw-r--r-- | src/lib/Landing.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 319e8a48..bca1554c 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -450,7 +450,7 @@ $effect(() => { .cta:hover { text-decoration: none; transform: translateY(-2px); - box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); + box-shadow: var(--shadow-cta); } .demo-overlay { |