Slight shadow

This commit is contained in:
Lim Chee Aun 2023-04-23 13:55:37 +08:00
parent a7f0ba106e
commit 9257155e18

View file

@ -97,6 +97,7 @@
border: 1px solid var(--outline-color);
background-color: var(--bg-color);
/* box-shadow: inset 0 0 0 2px var(--bg-faded-color); */
filter: drop-shadow(0 2px 4px var(--bg-faded-color));
}
.status-card:has(.status-badge:not(:empty)) {
border-top-right-radius: 8px;