-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Contrast is at certain parts too low #1441
Comments
Partially fixes hackmdio#1441
Partially fixes hackmdio#1441 Signed-off-by: pkrasicki <[omitted]>
Partially fixes hackmdio#1441 Signed-off-by: pkrasicki <[email protected]>
Hi @watchingJu, |
PR #1449 fixes the visibility of the status bar & TOC button. Reopen for tracking line number. Feel free to raise more visibility/contrast ratio issues in this thread. |
I'd like to suggest a change to increase the contrast of line numbers: .CodeMirror-linenumber {
color: #393e46;
} to .CodeMirror-linenumber {
color: #666;
} which seems to provide a reasonable contrast on my display(s). However, looking at the code, I understand the default theme ( Line 251 in 3e75445
What would be the recommended way to suggest a change there? |
belongs to UI/UX.
some people (eg with bad sight) might have serious problems with reading, or finding certain text and options:
The toggle for the editor theme "Toggle editor theme" is dark grey on black

The "Toggle spellcheck" is even harder to see, if the theme is white (the eyes are focused on bright stuff, grey on black is nearly invisible)

The "Table of content" button is light grey on white; a bit more visible in the dark mode

Line numbers are hardly visible too

The text was updated successfully, but these errors were encountered: