Fix hover underlines on links containing <code>

This commit is contained in:
Richard Feldman 2023-11-20 06:58:07 -05:00
parent 3c097f65af
commit f0183d2f24
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -197,6 +197,10 @@ a:hover {
text-decoration: underline;
}
a:hover code {
text-decoration: inherit;
}
li {
margin-bottom: 0.5rem;
}