Modify theme for light one
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<nav x-data="{ open: false }" class="border-b border-purple-700">
|
||||
<header class="shadow-sm border-b border-neutral-200">
|
||||
<div class="bg-gray-800">
|
||||
<nav x-data="{ open: false }" class="bg-blue border-b border-purple-700">
|
||||
<!-- Primary Navigation Menu -->
|
||||
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-16">
|
||||
@@ -116,3 +118,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -25,11 +25,7 @@
|
||||
|
||||
<body class="h-full font-sans text-neutral-900 antialiased">
|
||||
<div class="min-h-full">
|
||||
<header class="bg-purple shadow-sm border-b border-neutral-200">
|
||||
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<%= render "components/header" %>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||
<%= yield %>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- Hero Section -->
|
||||
<section class="relative bg-gradient-to-br from-purple-100 via-pink-50 to-indigo-100 min-h-[70vh] flex items-center">
|
||||
<section class="relative bg-neutral-50 min-h-[70vh] flex items-center">
|
||||
<div class="absolute inset-0 bg-white bg-opacity-60"></div>
|
||||
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 class="text-5xl md:text-7xl font-bold text-neutral-900 mb-6 leading-tight">
|
||||
|
||||
Reference in New Issue
Block a user