adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.9k stars 2.69k forks source link

underline entry title on hover #1402

Closed vindex10 closed 7 months ago

vindex10 commented 9 months ago

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

sonarcloud[bot] commented 9 months ago

Quality Gate Passed 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

See analysis details on SonarCloud

adityatelange commented 9 months ago

Hi @vindex10 please discuss in issues before you open PRs

adityatelange commented 7 months ago

Closing as this is an amend for https://github.com/adityatelange/hugo-PaperMod/pull/1401