-
Notifications
You must be signed in to change notification settings - Fork 18k
x/website: playground's textbox has poor contrast #51584
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
Comments
it apparently does not in fact go without saying, but strongly agreed. it's good to have reasonably high contrast. too-high can be uncomfortable, but this is starting to be too faint to read easily. |
Change https://go.dev/cl/391394 mentions this issue: |
Change https://go.dev/cl/391535 mentions this issue: |
Thanks for reporting this, we fixed this in CL 391535 as part of a set of bug fixes for the dark theme. |
For golang/go#34601. Fixes golang/go#51584. Change-Id: I0a1715eacb5e3cef51aff7285dbdf9a0a5a6ea3c Reviewed-on: https://go-review.googlesource.com/c/website/+/391535 Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Jamal Carvalho <jamalcarvalho@google.com>
The text color in go.dev/play was accidentally set to color-text-subtle in CL 384874 whereas the correct color is color-text. Fixes golang/go#51584 Change-Id: I0a512d826bb88dc16db032334350935503724f09 Reviewed-on: https://go-review.googlesource.com/c/website/+/391394 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Trust: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Valentin Deleplace <deleplace@google.com> Reviewed-by: Russ Cox <rsc@golang.org>
For golang/go#34601. Fixes golang/go#51584. Change-Id: I0a1715eacb5e3cef51aff7285dbdf9a0a5a6ea3c Reviewed-on: https://go-review.googlesource.com/c/website/+/391535 Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Jamal Carvalho <jamalcarvalho@google.com>
The playground has rather poor contrast now:

Looking at the CSS, the text's color is
var(--color-text-subtle)
. I think it goes without saying that the text shouldn't be subtle.The text was updated successfully, but these errors were encountered: