highlight: show underline if inline code is contained in link #726

This commit is contained in:
Sören Weber 2023-11-19 01:32:00 +01:00
parent f09c72acd8
commit e2079297ba
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -406,7 +406,10 @@ dd {
.topbar-content a:focus,
article a:hover,
article a:active,
article a:focus {
article a:focus,
article a:hover .copy-to-clipboard,
article a:active .copy-to-clipboard,
article a:focus .copy-to-clipboard {
outline: none;
text-decoration: underline;
}