theme update
Some checks failed
linter / quality (pull_request) Has been cancelled
tests / ci (pull_request) Has been cancelled

This commit is contained in:
Edward Tirado Jr 2025-12-31 00:11:09 -06:00
parent c31524977a
commit 97ad0421e3
5 changed files with 27 additions and 30 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-blue-600">
<body class="bg-gradient-to-br from-blue-900 via-blue-700 to-indigo-900 min-h-screen">
<div class="container mx-auto text-white">
<x-header/>
{{ $slot }}