mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-26 02:00:32 -05:00
Manually force dark mode since light mode isnt setup everywhere
This commit is contained in:
parent
f418e3f69d
commit
319c455b75
|
|
@ -8,7 +8,7 @@
|
|||
@vite(['resources/css/app.scss', 'resources/js/app.js'])
|
||||
@stack('head')
|
||||
</head>
|
||||
<body class="bg-gray-100 dark:bg-gray-950 font-sans text-gray-950 dark:text-white antialiased">
|
||||
<body class="dark bg-gray-100 dark:bg-gray-950 font-sans text-gray-950 dark:text-white antialiased">
|
||||
<div class="absolute top-0 w-full my-20 z-50">
|
||||
@if(Session::has('alert-error'))
|
||||
<x-alerts.error heading="An error occured">{!! Session::get('alert-error') !!}</x-alerts.error>
|
||||
|
|
|
|||
1
dist/tailwind.config.js
vendored
1
dist/tailwind.config.js
vendored
|
|
@ -1,5 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
darkMode: ['selector'],
|
||||
content: [
|
||||
"./resources/**/*.blade.php",
|
||||
"./resources/**/*.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user