From b67651df04d4430bf25cf8adca554a00af8e69c7 Mon Sep 17 00:00:00 2001 From: JulianPrieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:06:14 +0100 Subject: [PATCH] Revert "Added dark mode detection" This reverts commit cc71e0d6ca7c33ce57a1a627a742872148734120. --- resources/views/home.blade.php | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 32486e7..5d2beff 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -11,34 +11,6 @@ - - - - - - @if ($color_scheme == 'dark') - - - @else - - @endif -