From 9257155e18bf2e58af351fd295b82dbf8da25226 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 23 Apr 2023 13:55:37 +0800 Subject: [PATCH] Slight shadow --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) 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;