Skip to content

Commit

Permalink
Remove double underline under glossary terms.
Browse files Browse the repository at this point in the history
Uniform link style for links within glossary terms.
  • Loading branch information
stefano-ottolenghi committed Sep 2, 2024
1 parent 9c7f11b commit 48bb603
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,14 @@ body {
margin-right: 0.5rem;
}

.doc a {
.doc a,
.tooltip-body a {
font-weight: 600;
color: var(--link-font-color);
/* border-bottom: 1px solid var(--link-font-color); */
/* text-decoration: none; */
}

.doc a:not(.glossary-term),
.tooltip-body a {
text-decoration: underline;
}

Expand All @@ -185,7 +188,6 @@ body {
.doc a:hover code:hover,
.doc a:focus code:focus {
color: var(--link_hover-font-color);
/* border-bottom: 1px solid var(--link_hover-font-color); */
}

.doc a:visited {
Expand Down

0 comments on commit 48bb603

Please sign in to comment.