Update colors

This commit is contained in:
Eugene Burmakin 2025-12-27 20:52:25 +01:00
parent d7016e57b4
commit c19fbe14e6
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<div class="max-w-xl mx-auto px-4 py-8">
<!-- Header -->
<div class="hero bg-gradient-to-br from-blue-600 to-purple-700 text-white rounded-lg shadow-lg mb-8">
<div class="hero text-white rounded-lg shadow-lg mb-8" style="background: linear-gradient(135deg, #0f766e, #0284c7);">
<div class="hero-content text-center py-12">
<div class="max-w-lg">
<h1 class="text-4xl font-bold"><%= @digest.year %> Year in Review</h1>

View file

@ -2,7 +2,7 @@
<div class="max-w-xl mx-auto my-5">
<!-- Header -->
<div class="hero bg-gradient-to-br from-blue-600 to-purple-700 text-white rounded-lg shadow-lg mb-8">
<div class="hero text-white rounded-lg shadow-lg mb-8" style="background: linear-gradient(135deg, #0f766e, #0284c7);">
<div class="hero-content text-center py-12 relative w-full">
<div class="max-w-lg">
<h1 class="text-4xl font-bold"><%= @digest.year %> Year in Review</h1>

View file

@ -14,7 +14,7 @@
background-color: #f5f5f5;
}
.header {
background: linear-gradient(135deg, #2563eb, #7c3aed);
background: linear-gradient(135deg, #0f766e, #0284c7);
color: white;
padding: 40px 30px;
text-align: center;