mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
final polish on template editor hopefully
This commit is contained in:
parent
e0a511b50f
commit
1bf196c7f7
@ -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 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user