mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Slight shadow
This commit is contained in:
parent
a7f0ba106e
commit
9257155e18
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue