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
@@ -12,7 +12,7 @@
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
<link href="https://fonts.bunny.net/css?family=inter:400,500,600&display=swap" rel="stylesheet" />
<!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js'])
@@ -22,7 +22,7 @@
<title>{{ $title . ' | ' . config('app.name') ?? config('app.name') }}</title>
</head>
<body class="font-sans antialiased bg-black ">
<body class="font-sans antialiased bg-jet-100 ">
<x-navbar />
<div class="flex flex-row">
<!--
@@ -31,7 +31,7 @@
<div class="w-full">{{ $slot }}</div>
</div>
<x-footer />
@livewireScripts
@fluxScripts