-
Notifications
You must be signed in to change notification settings - Fork 62
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
Very bad contrast on GQL query shown in studio console #770
Comments
Thank you very much for your detailed suggestions! Regarding colors and fonts, I completely agree with changing the style to a mono font. We originally also hoped to use a mono font for a better development experience. After using the mono font, the issue of colors being hard to read will improve significantly. However, since you mentioned that the colors still seem a bit painful, we will take your advice and deepen the font color to make the code look more comfortable. Thank you again for your enthusiastic and detailed suggestions. |
After discussion in #771 it seems the root cause might be the combination between:
I believe this combination does not work in this context. Here are my suggestions, courtesy of mspaint.exe Also works with the grey background "can't type into this box" shade: Good luck! |
Describe the bug (must be provided)
green on green makes my eyes hurt
cannot read these without selecting text in browser
Your Environments (must be provided)
docker nebula-graph-studio:v3.9.1
How To Reproduce(must be provided)
Expected behavior
Good contrast, for example after editing in DevConsole with
color:#111
:Additional context
proposed CSS changes:
color: #111
font-family: monospaced
The text was updated successfully, but these errors were encountered: