Modify theme for light one
This commit is contained in:
@@ -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>
|
||||
<%= render "components/header" %>
|
||||
|
||||
<main class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||
<%= yield %>
|
||||
|
||||
Reference in New Issue
Block a user