perf: card shadowbox

This commit is contained in:
Junyan Qin
2025-08-11 20:41:57 +08:00
parent 2aef139577
commit 0124448479
19 changed files with 73 additions and 129 deletions

View File

@@ -11,8 +11,8 @@
}
:global(.dark) .cardContainer {
background-color: #1a1a1e;
box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.1);
background-color: #1f1f22;
box-shadow: 0;
}
.cardContainer:hover {
@@ -20,7 +20,7 @@
}
:global(.dark) .cardContainer:hover {
box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.15);
box-shadow: 0;
}
.createCardContainer {