fix: 🩹 use existing shadow color
This commit is contained in:
parent
301f5ae4da
commit
3d32dd4ef7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:host .dropshadow {
|
: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 {
|
:host .caption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue