-
Notifications
You must be signed in to change notification settings - Fork 739
[ENH] bootstrap themes across light and dark mode #6950
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
base: master
Are you sure you want to change the base?
[ENH] bootstrap themes across light and dark mode #6950
Conversation
|
@Ndaboom sorry thats made it worse! and i was just using the default color theme in day mode |
|
@Ndaboom is this still going on? |
Yes, it is, but I haven't had a chance to continue working yet. I will follow up here very soon when I get something. |
…headings, text, forms, and navigation elements
ad2d55c to
7157422
Compare
…emes, ensuring better visibility and contrast for text and buttons
…oth light and dark modes with appropriate styles
…s in span tags for better styling and visibility
…for improved consistency
…ext, and spans for improved visibility
|
Hi @si458, I've made a few changes. Could you test them when you have a chance? Thank you. |
…with improved specificity
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Bump? |
|
@Ndaboom What is the next step? |





This fix sets explicit text colors for
<h1>elements in both light and dark modes to ensure visibility and maintain visual contrast. A very dark gray (#adafae) is used for light mode to avoid pure black on white, improving readability and aesthetics, while a very light gray (#f8f9fa) is used in dark mode for optimal contrast.