frontend
This commit is contained in:
@@ -77,6 +77,17 @@
|
||||
|
||||
@layer base {
|
||||
|
||||
:root {
|
||||
--primary: #bb5b3e;
|
||||
--bg-main: #f5ede5;
|
||||
--bg-card: #faf6f3;
|
||||
--text-main: #4a3f3b;
|
||||
--neutral: #89726c;
|
||||
--rec-now: #8B4860;
|
||||
--rec-wait: #4A7C7E;
|
||||
--rec-hold: #9B8B6B;
|
||||
}
|
||||
|
||||
*,
|
||||
::after,
|
||||
::before,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
|
||||
<head>
|
||||
@include('partials.head')
|
||||
@include('partials.head', ['title' => $title ?? null])
|
||||
</head>
|
||||
<body class="min-h-screen bg-white dark:bg-zinc-900">
|
||||
{{ $slot }}
|
||||
|
||||
Reference in New Issue
Block a user