💄 style: use shadow instead of border for cards
This commit is contained in:
parent
a2ea8c3f88
commit
99bb93219d
@ -9,7 +9,7 @@
|
|||||||
.card {
|
.card {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
background: var(--bg-2);
|
background: var(--bg-2);
|
||||||
border: 2px solid var(--border-color);
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user