hugo-PaperMod
hugo-PaperMod copied to clipboard
underline entry title on hover
What does this PR change? What problem does it solve?
cursor: pointer is intuitive when the whole entry is clickable.
with PR https://github.com/adityatelange/hugo-PaperMod/pull/1401 , it may happen that rendered summary contains a link. Then it becomes confusing which link is this: inner or outer.
Generally, it feels nice to have underlined links referring to clickable action. I suggest to underline the title of the entry, when mouse is over the link.
I suggest this change independently on the PR 1401.
Was the change discussed in an issue or in the Discussions before?
no
PR Checklist
- [ ] This change adds/updates translations and I have used the template present here.
- [x] I have enabled maintainer edits for this PR.
- [x] I have verified that the code works as described/as intended.
- [ ] This change adds a Social Icon which has a permissive license to use it.
- [x] This change does not include any CDN resources/links.
- [x] This change does not include any unrelated scripts such as bash and python scripts.
- [ ] This change updates the overridden internal templates from HUGO's repository.
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Hi @vindex10 please discuss in issues before you open PRs
Closing as this is an amend for https://github.com/adityatelange/hugo-PaperMod/pull/1401