chore: update

This commit is contained in:
2026-03-19 19:56:51 +01:00
parent 3384ebded0
commit 7173266bb9
31 changed files with 3645 additions and 1942 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.product-card {
background-color: #1a1a1a;
border: 2px solid white;
border: 2px solid var(--category-color, white);
border-radius: 15px;
overflow: hidden;
display: flex;
@@ -14,7 +14,7 @@
.product-card:hover {
transform: scale(1.08);
box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 25px color-mix(in srgb, var(--category-color, white) 40%, transparent);
z-index: 10;
}