Description
What version of Go are you using (go version
)?
$ go version go1.11.2 linux/amd64
Does this issue reproduce with the latest release?
The issue is with the website.
What operating system and processor architecture are you using (go env
)?
Using debian 9.9 with the gnome 3 settings from the standard tweaks menu and firefox-esr.
go env
Output
$ go env
What did you do?
I have the advaita dark theme activated which sets the text background default to a dark colour and the foreground text to a light colour, white.
All text area text, particularly the examples and runnable code on the website is unreadable without my changing my OS setup.
What did you expect to see?
Text.
What did you see instead?
Nothing, unless selected with the mouse.
Fix
This can be easily fixed by adding the following css to style.css:
textarea {
color: #222;
}
I would be very grateful for your attention in this matter, I did take a look for the style sheet but have not managed to find it. Here are two screen shots of the way that the site currently appears in my browser:
Thank you for your attention.
Iain Hill.