frontend
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
Ovidiu U
2026-04-09 15:41:07 +01:00
parent c47d024b36
commit 28d4a9df5c
2 changed files with 12 additions and 1 deletions

View File

@@ -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,

View File

@@ -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 }}