Replies: 1 comment
-
Sorry. I just had to regenerate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, just wondering if anyone has suggestions for implementing this.
so far I've tried editing
tailwind.config.js
to changedarkMode: "media",
todarkMode: "class",
and editingbaseof.html
to includeclass="dark"
in the<html>
tag, as per the tailwind docs but the webpage theme still adjusts with the system setting.Wanting to use dark mode always is just personal preference for my site :)
Thanks everyone!
Beta Was this translation helpful? Give feedback.
All reactions