From baa455f6c51659e644212d5a9e23e5d7ca3bb2a6 Mon Sep 17 00:00:00 2001 From: Childeeee Date: Wed, 25 Aug 2021 19:44:43 +0800 Subject: [PATCH] Add auto night theme (#56) --- resources/views/head.blade.php | 7 ++++++- src/Toolbar.php | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/views/head.blade.php b/resources/views/head.blade.php index b2db258..30d8100 100644 --- a/resources/views/head.blade.php +++ b/resources/views/head.blade.php @@ -1,7 +1,12 @@ - +@if ($lightMode !== 'auto') + +@else + + +@endif