Fix wrong shadow color for sheets

This commit is contained in:
Lim Chee Aun 2023-03-06 18:19:37 +08:00
parent af7c9bc1b1
commit 9f6657d9a2

View file

@ -987,7 +987,7 @@ body:has(.status-deck) .media-post-link {
width: 100%;
max-width: calc(var(--main-width) - 50px - 16px);
border-radius: 16px 16px 0 0;
box-shadow: 0 -1px 32px var(--divider-color);
box-shadow: 0 -1px 32px var(--drop-shadow-color);
animation: slide-up 0.3s var(--timing-function);
border: 1px solid var(--outline-color);
}