We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7f11b commit a7044e7Copy full SHA for a7044e7
src/css/doc.css
@@ -172,11 +172,14 @@ body {
172
margin-right: 0.5rem;
173
}
174
175
-.doc a {
+.doc a,
176
+.tooltip-body a {
177
font-weight: 600;
178
color: var(--link-font-color);
- /* border-bottom: 1px solid var(--link-font-color); */
179
- /* text-decoration: none; */
+}
180
+
181
+.doc a:not(.glossary-term),
182
183
text-decoration: underline;
184
185
@@ -185,7 +188,6 @@ body {
188
.doc a:hover code:hover,
186
189
.doc a:focus code:focus {
187
190
color: var(--link_hover-font-color);
- /* border-bottom: 1px solid var(--link_hover-font-color); */
191
192
193
.doc a:visited {
0 commit comments