Updated Color scheme

This commit is contained in:
2025-11-11 19:29:44 +01:00
parent d96c1c335f
commit 34bea2b44f
7 changed files with 88 additions and 16 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
<div class="bg-black w-full border-b border-blackout-950">
<div class="container mx-auto py-6 px-4 sm:px-6 lg:px-8 flex justify-between">
<div class="bg-white w-full border-b border-jet-200">
<div class="container mx-auto py-6 px-4 sm:px-6 lg:px-8 flex justify-between items-center">
<x-header.header-left>
@isset($headerleft)
{{ $headerleft }}
@endisset
</x-header.header-left>
<div>
<h2 class="font-semibold text-2xl text-nuke-400 leading-tight">
<h2 class="font-semibold text-2xl text-jet leading-tight">
{{ $slot }}
</h2>
</div>
@@ -17,4 +17,4 @@
</x-header.header-right>
</div>
</div>
</div>