chore: update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user