diff --git a/src/components/status.css b/src/components/status.css index aa761529..2a8015ca 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -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;