Disable OS dark mode so Queue stays light-themed.
Deploy Ladill Queue / deploy (push) Successful in 26s

Use class-only Tailwind dark variant and color-scheme: light so the app shell ignores system dark preferences.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 20:58:14 +00:00
co-authored by Cursor
parent 6bb181bbc1
commit 660cc8d351
2 changed files with 8 additions and 1 deletions
@@ -1,6 +1,6 @@
@props(['title' => 'Ladill Queue', 'heading' => null])
<!DOCTYPE html>
<html lang="en" class="h-full">
<html lang="en" class="h-full light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">