-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Link improvements #980
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
Link improvements #980
Conversation
- When you hover over an HTML header, we now pop up a link icon holding a link to the header. Useful to support deep linking to a header. - When you click on a link that points outside of istio.io, the target is now opened in a separate tab. - Improved the coloring of links in the light theme so they're more visible. I was almost not able to see the difference between normal text and links, now the color delta is greater. Additionally, when you hover on a link, we now draw an underline. - Change the color of H1 headers to be black instead of being the same color as links. They're not links, they shouldn't be that color.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to my eyes the new link color is a bit too light/electric
the darker blue before was better contrast on white
can we keep the nice new mouse over without lighter blue ?
Looks good! I love the istio blue on the link :). thank you Martin so much!! |
merging, as color comment may be addressed later if Martin wants to. :) |
We can tweak the link color, but the previous color wasn't providing enough
contrast between the link color and normal text color. I often couldn't
tell what was a link and what wasn't without hovering the mouse over it. I
tried toning the color down a bit last night, but then it once again became
hard to tell the difference between links and normal text.
…On Tue, Feb 13, 2018 at 10:31 AM, Lin Sun ***@***.***> wrote:
merging, as color comment may be addressed later if Martin wants to. :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#980 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVucHeYgwH12V1LetYj9Fvmw6gzDQF9_ks5tUdUEgaJpZM4SDRTL>
.
|
having non link being black is a good idea. but having links be electric blue isn't: #985 |
maybe you want to add a high contrast theme, but leave the default to the standard istio colors ? |
* update docs for the fact the webhook files are not included in 0.5.1 (#983) * Update AWS automatic sidecar-injection (#958) * 0.5.1 (#982) * Link improvements (#980) - When you hover over an HTML header, we now pop up a link icon holding a link to the header. Useful to support deep linking to a header. - When you click on a link that points outside of istio.io, the target is now opened in a separate tab. - Improved the coloring of links in the light theme so they're more visible. I was almost not able to see the difference between normal text and links, now the color delta is greater. Additionally, when you hover on a link, we now draw an underline. - Change the color of H1 headers to be black instead of being the same color as links. They're not links, they shouldn't be that color. * Add missing webhook script files question to help page (#986) * Prepare for archiving.
* update docs for the fact the webhook files are not included in 0.5.1 (istio#983) * Update AWS automatic sidecar-injection (istio#958) * 0.5.1 (istio#982) * Link improvements (istio#980) - When you hover over an HTML header, we now pop up a link icon holding a link to the header. Useful to support deep linking to a header. - When you click on a link that points outside of istio.io, the target is now opened in a separate tab. - Improved the coloring of links in the light theme so they're more visible. I was almost not able to see the difference between normal text and links, now the color delta is greater. Additionally, when you hover on a link, we now draw an underline. - Change the color of H1 headers to be black instead of being the same color as links. They're not links, they shouldn't be that color. * Add missing webhook script files question to help page (istio#986) * Prepare for archiving.
When you hover over an HTML header, we now pop up a link icon holding a link to the
header. Useful to support deep linking to a header.
When you click on a link that points outside of istio.io, the target is now
opened in a separate tab.
Improved the coloring of links in the light theme so they're more visible. I was almost not able to
see the difference between normal text and links, now the color delta is greater. Additionally, when you hover on a link, we now draw an underline.
Change the color of H1 headers to be black instead of being the same color
as links. They're not links, they shouldn't be that color.
Fixes #977 and #955
Staging: https://geeknoid.github.io/istio.github.io/