Skip to content

Commit a7044e7

Browse files
Remove double underline under glossary terms. (#260)
Remove double underline under glossary terms and uniform link style for links within glossary terms.
1 parent 9c7f11b commit a7044e7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/css/doc.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,14 @@ body {
172172
margin-right: 0.5rem;
173173
}
174174

175-
.doc a {
175+
.doc a,
176+
.tooltip-body a {
176177
font-weight: 600;
177178
color: var(--link-font-color);
178-
/* border-bottom: 1px solid var(--link-font-color); */
179-
/* text-decoration: none; */
179+
}
180+
181+
.doc a:not(.glossary-term),
182+
.tooltip-body a {
180183
text-decoration: underline;
181184
}
182185

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

191193
.doc a:visited {

0 commit comments

Comments
 (0)