Skip to content

website: textarea text not legible on https://golang.org/ when using Adwaita Dark gnome theme #29482

Closed
@8i8

Description

@8i8

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:

screenshot from 2018-12-31 17-45-44
screenshot from 2018-12-11 18-27-54

Thank you for your attention.

Iain Hill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions