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

Fix Invisible Text In Link Input When Using Dark Mode #647

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

falbru
Copy link
Contributor

@falbru falbru commented Oct 19, 2022

The text color to the input box was set to the variable --color-black, which equates to black when using light mode and white when using dark mode. The problem is that the color of the input box is always white, regardless of the mode, and therefore you end up with a white input box with white text when using dark mode. By removing the color property entirely in the css file, the text color will be set to its default value (which is black).

@falbru falbru merged commit 39f825d into master Oct 19, 2022
@falbru falbru deleted the fix-invisible-text branch October 19, 2022 20:30
norbye added a commit that referenced this pull request Mar 15, 2023
New features
* The editor now supports strikethrough text (#741)

Fixes
* Fix paragraph overflow on long words (#765)
* Fix invisible text in link input when using dark mode (#647)
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

Successfully merging this pull request may close these issues.

1 participant