Skip to content

Commit

Permalink
only dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 24, 2024
1 parent 4c8df06 commit 3457fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html data-theme="dark">

<head>
<meta charset="utf-8">
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ module.exports = {
theme: {
extend: {},
},
daisyui: {
themes: ["dark"],
},
plugins: [require("@tailwindcss/forms"), require("daisyui")],
};

0 comments on commit 3457fbd

Please sign in to comment.