Chore: lock to dark mode
/ build (push) Successful in 3m56s Details

This commit is contained in:
Dorian Zedler 2024-01-20 11:32:39 +01:00
parent 48fe73611d
commit 7230eaca2b
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />

View File

@ -59,7 +59,7 @@ const config = {
],
plugins: [require('flowbite/plugin')],
darkMode: 'media'
darkMode: 'class'
};
module.exports = config;