Skip to content
New issue

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

Dark Mode #17

Closed
chaseconey opened this issue Jan 14, 2021 · 1 comment · Fixed by #39
Closed

Dark Mode #17

chaseconey opened this issue Jan 14, 2021 · 1 comment · Fixed by #39
Labels

Comments

@chaseconey
Copy link
Owner

No description provided.

chaseconey added a commit that referenced this issue Jun 2, 2021
@chaseconey
Copy link
Owner Author

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"

Replace implicit text-black with text-gray-100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant