-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
There's a problem with the website
Description
Problem: There is a dark theme problem in the tooltip.
I was scrolling through the docs learning docker because I am new and found a tooltip (the question mark icon above words) and when hovered in dark theme (my default theme) the background and text color was white which defeats the point of tooltip because we can't see the things in it unless we try hard to read it.
Expected behavior
the background and text color should have good contrast ration, for this case maybe white bg and black text color.
Actual behavior
the background is light white and text is dark white. Which is hard to read by young people so we don't have to talk about people who have eye problem.
Location
https://docs.docker.com/reference/cli/docker/container/attach/
Suggestion
Just add the dark style for text color that will fix the inconsistent style. I would like to work on this and already did the fix.