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

Introduce dark mode CSS #105

Open
jamietanna opened this issue Aug 23, 2022 · 3 comments
Open

Introduce dark mode CSS #105

jamietanna opened this issue Aug 23, 2022 · 3 comments

Comments

@jamietanna
Copy link
Collaborator

For folks who prefer dark mode, we should have support in the CSS to render as such.

Looking at the code, we may be able to bump to the newest version of Bootstrap to get this?

@jamietanna
Copy link
Collaborator Author

Doing an in-place update to 4.6.x of Bootstrap leads to some broken CSS:

Screenshot 2022-08-23 at 21 21 06

And it looks like right now, Bootstrap 5 doesn't support Dark Mode either 😅

Maybe we'd need to look at swapping out Bootstrap for another (lighter?) framework that does support it?

@barryf
Copy link
Owner

barryf commented Aug 24, 2022

I'd support this - far too bright when posting at night! I've been using Tailwind for recent projects which has great dark mode support. It would mean redesigning the views but there aren't too many.

@barryf
Copy link
Owner

barryf commented Aug 27, 2022

It looks like dark mode may be coming to Bootstrap 5 soon1. Although there would still be work to do, it's probably less of a jump from Bootstrap v3 to v5 than to switch to Tailwind. I'll keep an eye on progress.

Footnotes

  1. https://github.com/twbs/bootstrap/pull/35857

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

No branches or pull requests

2 participants