Hover effects shouldn't decrease contrast/opacity in header #3263
JoshuaKGoldberg
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
Thanks for the suggestion @JoshuaKGoldberg! The other option would be I’d be happy to receive a PR for this if you’re still up for it? (Going to move this to our discussions in the meantime as not strictly speaking a “bug”, more of a suggested improvement.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of
starlightare you using?0.34.3
What version of
astroare you using?5.9.2
What package manager are you using?
pnpm (n/a)
What operating system are you using?
Mac (n/a)
What browser are you using?
Chrome
Describe the Bug
Coming over from https://github.com/JoshuaKGoldberg/OctoGuide/pull/153/files#r2138624937 (thanks @azat-io!): hovering over header social media links and theme toggles decreases their opacity. The decrease isn't enough to make them wholly inaccessible, but:
Suggestion: instead of lowering icon opacity on hover, how about changing their color to something slightly darker? For example, on starlight.astro.build, that might be
#0f1c8a(--sl-color-accent-high) instead of#3d50f5(--sl-color-accent)?Link to Minimal Reproducible Example
https://stackblitz.com/github-ekc1tvww
Participation
Beta Was this translation helpful? Give feedback.
All reactions