We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
feat: add dark mode
89c3389
closes #17
Rough find and replaces that I did:
text-indigo-600 text-indigo-600 dark:text-indigo-400
text-gray-900 text-gray-900 dark:text-white
bg-white bg-white dark:bg-gray-700
bg-gray-100 bg-gray-100 dark:bg-gray-900
hover:bg-gray-50 hover:bg-gray-50 dark:hover:bg-gray-800
text-gray-500 text-gray-500 dark:text-gray-200
text-gray-800 text-gray-800 dark:text-gray-100
bg-indigo-600 bg-indigo-600 dark:bg-indigo-400
border-gray-100 border-gray-100 dark:border-gray-900
divide-gray-200 divide-gray-200 dark:divide-gray-800
text-gray-600 text-gray-600 dark:text-gray-300
text-gray-700 text-gray-700 dark:text-gray-200
focus:text-gray-700 focus:text-gray-700 dark:focus:text-gray-200
hover:text-gray-700 hover:text-gray-700 dark:hover:text-gray-200
hover:text-gray-900 hover:text-gray-900 dark:hover:text-gray-100
hover:border-gray-300 hover:border-gray-300 dark:hover:border-gray-600
border-gray-200 border-gray-200 dark:border-gray-800
divide-gray-100 divide-gray-100 dark:divide-gray-900
bg-gray-100 bg-gray-100 dark:bg-gray-800
hover:bg-gray-100 hover:bg-gray-100 dark:hover:bg-gray-800
class="bg-gray-50" class="bg-gray-50 dark:bg-gray-600"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: