What is the URL of the page with the issue?
https://go.dev/tour/welcome/1
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Screenshot
Notice the barely-visible black cursor at the end of the fmt.Println() statement. It looks like the color was selected for the light mode and never adjusted for dark mode. Below is the same cursor in light mode.
What did you do?
- Visit tour of go.
- Turn on dark mode.
What did you expect to see?
A clearly visible cursor.
What did you see instead?
See screenshot above.
What is the URL of the page with the issue?
https://go.dev/tour/welcome/1
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Screenshot
Notice the barely-visible black cursor at the end of the
fmt.Println()statement. It looks like the color was selected for the light mode and never adjusted for dark mode. Below is the same cursor in light mode.What did you do?
What did you expect to see?
A clearly visible cursor.
What did you see instead?
See screenshot above.