complete story 12.3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user