frontend
This commit is contained in:
@@ -77,6 +77,17 @@
|
|||||||
|
|
||||||
@layer base {
|
@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,
|
::after,
|
||||||
::before,
|
::before,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
|
||||||
<head>
|
<head>
|
||||||
@include('partials.head')
|
@include('partials.head', ['title' => $title ?? null])
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen bg-white dark:bg-zinc-900">
|
<body class="min-h-screen bg-white dark:bg-zinc-900">
|
||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
|
|||||||
Reference in New Issue
Block a user