Skip to content
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

Hover style of links on transparent background #990

Open
jcubic opened this issue Dec 11, 2024 · 0 comments
Open

Hover style of links on transparent background #990

jcubic opened this issue Dec 11, 2024 · 0 comments
Labels

Comments

@jcubic
Copy link
Owner

jcubic commented Dec 11, 2024

Issue summary

when using transparent background, the links text is not visible on hover

Expected behavior

Text should be always visible

Steps to reproduce

  1. Open Demo https://codepen.io/jcubic/pen/dPbpvPm
  2. Hover over link

Additional notes

This can be fixed with:

.terminal a:hover {
  --base-background: black;
}

Not sure if this can be fixed. This may be added into documentation.

@jcubic jcubic added the Bug label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant