Rebrand Hub+Flux
This commit is contained in:
parent
0a3e52d603
commit
9b47296cea
130 changed files with 9357 additions and 3345 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
|
||||
{{-- Phase 5: Anti-Flash. class="dark" nicht mehr hardcoded — Server liest
|
||||
das `flux_appearance`-Cookie (vom JS-Bridge in partials/admin-head.blade.php
|
||||
gesetzt) und rendert es direkt im <html>. --}}
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" @class(['dark' => request()->cookie('flux_appearance') === 'dark'])>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue