forked from deepStateMirrors/tabi
💄 style: use shadow instead of border for cards
This commit is contained in:
parent
a2ea8c3f88
commit
99bb93219d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
.card {
|
||||
min-height: 100px;
|
||||
background: var(--bg-2);
|
||||
border: 2px solid var(--border-color);
|
||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue