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

How to stop changing of linked text size upon hovering? #44

Open
vermaph opened this issue May 19, 2018 · 1 comment
Open

How to stop changing of linked text size upon hovering? #44

vermaph opened this issue May 19, 2018 · 1 comment

Comments

@vermaph
Copy link

vermaph commented May 19, 2018

Hovering over hyperlinks is distorting the texts after it.

@contactrika
Copy link

You can try changing the link hover behavior in a custom CSS as follows:
Create a file called /assets/css/style.scss in your site root, then add the following to change hover style to underline and unset the bold:

---
---

@import "{{ site.theme }}";
a:hover, a:focus {
  text-decoration: underline;
  font-weight:unset;
}

https://github.com/pages-themes/dinky#stylesheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants