fix: don't wrap links to fix broken hover effect

Resolve: #90
This commit is contained in:
Baptiste Augrain 2024-11-08 10:56:41 +01:00
parent b275387d57
commit b4025ecdca

View File

@ -92,7 +92,7 @@
/* #Links
================================================== */
a, a:visited { text-decoration: underline; outline: 0; }
a, a:visited { text-decoration: underline; outline: 0; white-space: nowrap; }
a:hover, a:focus { }
p a, p a:visited { line-height: inherit; }