fix(darkmode): make markdown tables and code blocks readable in dark …#1094
Merged
IgorTodorovskiIBM merged 2 commits intozopencommunity:mainfrom Aug 18, 2025
Merged
Conversation
…theme Signed-off-by: GitHub Action <action@github.com>
Member
Author
|
@IgorTodorovskiIBM please run this commands ..
|
Member
Hmm, I tried that and test on firefox and chrome, but I still don't see a difference. This is the latest commit that I see: @sachintu47 or @HarithaIBM perhaps you can test as well? |
Author
|
@HarithaIBM @IgorTodorovskiIBM Screen.Recording.2025-08-14.at.10.23.58.AM.mp4 |
Member
|
@IgorTodorovskiIBM @yashisrani Even I dont see a difference
|
Member
|
It worked when my system (MAC) is in dark mode |
Signed-off-by: GitHub Action <action@github.com>
Author
|
@IgorTodorovskiIBM @sachintu47 i added new commit, please check it out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


…theme
What type of PR is this? (check all applicable)
Category
Description
Previously, table cells and code/pre blocks in markdown pages (e.g., Latest.md) were using light text on light backgrounds in dark mode, making them invisible.
This change adds CSS overrides in
styles.cssto:.tool-item-filterablerows in dark mode for readabilityOutcome:
No functional changes to Docsify configuration.
Related Issues
[optional] Are there any post-deployment tasks or follow-up actions required?