patx/miadruck
Enhance card styling with updated shadow and border
Commit 87d8926 · Harrison Erd · 2026-01-15T23:45:40-05:00
Comments
No comments yet.
Diff
diff --git a/index.html b/index.html
index 51dbe3e..3c73e7c 100644
--- a/index.html
+++ b/index.html
@@ -353,17 +353,16 @@
100% { box-shadow: 0 16px 46px rgba(0,0,0,.08), 0 0 0 0 rgba(var(--accent-rgb), .0); }
}
- .card.listing-highlight{
- border-color: rgba(var(--accent-rgb), .55);
- box-shadow:
- 0 22px 70px rgba(0,0,0,.12),
- 0 0 0 4px rgba(var(--accent-rgb), .22),
- 0 0 0 12px rgba(var(--accent-rgb), .10);
- animation: listingPulse 1.6s ease-out 0s 2;
- transform: translateY(-3px);
- position: relative;
- z-index: 5;
- }
+.card.listing-highlight{
+ border-color: rgba(var(--accent-rgb), .65);
+ box-shadow:
+ 0 32px 92px rgba(0,0,0,.20),
+ 0 0 0 7px rgba(var(--accent-rgb), .38),
+ 0 0 44px rgba(var(--accent-rgb), .50);
+ transform: translateY(-3px);
+ position: relative;
+ z-index: 6;
+}
.form{ display:grid; gap:12px; }
.row2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }