From f65c8164645ba99942142b390599ec2a396d9f25 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 12 Aug 2026 22:12:52 +0200 Subject: [PATCH] Default the UI appearance to dark mode for new visitors. Keep the Flux light/dark/system toggle; persist system explicitly so the app default can stay dark. --- resources/views/partials/head.blade.php | 34 ++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php index 31382b0..456e5a1 100644 --- a/resources/views/partials/head.blade.php +++ b/resources/views/partials/head.blade.php @@ -11,4 +11,36 @@ @vite(['resources/css/app.css', 'resources/js/app.js']) -@fluxAppearance +{{-- Flux appearance with dark as the default (Flux ships with "system"). --}} + +