mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix compact item card styling for light mode
This commit is contained in:
@@ -179,8 +179,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: var(--theme-spacing-xs);
|
padding: var(--theme-spacing-xs);
|
||||||
text-shadow: 0 1px 2px rgb(0 0 0 / 80%);
|
background-color: alpha(var(--theme-colors-background), 0.5);
|
||||||
background-color: rgb(0 0 0 / 50%);
|
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
transition:
|
transition:
|
||||||
|
|||||||
Reference in New Issue
Block a user