fix: 🩹 use existing shadow color

This commit is contained in:
Sebin Nyshkim 2025-07-18 14:06:53 +02:00
parent 301f5ae4da
commit 3d32dd4ef7
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -76,7 +76,7 @@
}
:host .dropshadow {
filter: drop-shadow(0.5em 0.25em 0.375em oklch(0 0 0 / 0.5));
filter: drop-shadow(0.5em 0.25em 0.375em var(--clr-box-shadow));
}
:host .caption {