Updated Color scheme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user