complete story 12.3

This commit is contained in:
Naser Mansour
2026-01-04 00:38:55 +02:00
parent c855b7b159
commit 74eacd53ae
16 changed files with 167 additions and 119 deletions
+2 -2
View File
@@ -18,9 +18,9 @@
$classes .= ' hover:shadow-card-hover hover:-translate-y-0.5 transition-all duration-200 cursor-pointer';
}
// Warm gray highlight border (uses border-s for RTL support)
// Light Olive highlight border (uses border-s for RTL support)
if ($highlight) {
$classes .= ' border-s-4 border-warm-gray';
$classes .= ' border-s-4 border-accent';
}
@endphp