Color and underline single commands that are also links (#244)

Signed-off-by: Pete Lumbis <pete@upbound.io>

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2022-12-29 14:08:58 -05:00 committed by GitHub
parent 4ade356697
commit 9f9d28b0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ body {
text-decoration: none; text-decoration: none;
color: var(--content-link-color); color: var(--content-link-color);
&:hover{ &:hover, code{
text-decoration: underline !important; text-decoration: underline !important;
color: var(--content-link-color);
} }
&:visited { &:visited {