mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄style(projects): cleaner shadow
This commit is contained in:
parent
36a9bac765
commit
8b091ba7e9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
.card {
|
.card {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
background: var(--bg-2);
|
background: var(--bg-2);
|
||||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
|
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue