removal dark mode

This commit is contained in:
2024-04-22 19:59:03 +10:00
parent 363d8cfcdb
commit 3ea9cbda9e
8 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@
@vite('resources/js/app.js')
@vite('resources/css/app.css')
</head>
<body class="{{ $bodyClass ?? '' }} flex flex-col antialiased dark:bg-black dark:text-white/50">
<body class="{{ $bodyClass ?? '' }} flex flex-col antialiased">
@if(env('APP_NOTICE'))
<x-noticebar>{{ env('APP_NOTICE') }}</x-noticebar>
@endif