Disable OS dark mode so Queue stays light-themed.
Deploy Ladill Queue / deploy (push) Successful in 26s
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user