final polish on template editor hopefully

This commit is contained in:
Andrew Brown 2025-07-05 17:42:17 -07:00
parent e0a511b50f
commit 1bf196c7f7

View File

@ -42,8 +42,8 @@
class: "hero-bg-image w-full h-full object-cover",
alt: "#{@content_type.titleize} background" %>
<!-- Frosted glass overlay for better text readability -->
<div class="absolute inset-0 bg-black/40 backdrop-blur-md"></div>
<div class="absolute inset-0" style="background: linear-gradient(135deg, <%= @content_type_class.hex_color %>88 0%, <%= @content_type_class.hex_color %>44 50%, transparent 100%);"></div>
<div class="absolute inset-0 bg-black/60 backdrop-blur-lg"></div>
<div class="absolute inset-0" style="background: linear-gradient(135deg, <%= @content_type_class.hex_color %>aa 0%, <%= @content_type_class.hex_color %>66 50%, rgba(0,0,0,0.3) 100%);"></div>
</div>
<!-- Content -->