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 4be630f commit 09849ccCopy full SHA for 09849cc
src/pydata_sphinx_theme/assets/styles/extensions/_sphinx_design.scss
@@ -207,6 +207,8 @@ html[data-theme="light"] {
207
&:not(:checked, :focus-visible) + label:hover {
208
border-color: transparent;
209
color: var(--pst-color-secondary);
210
+ text-decoration-line: underline;
211
+ text-decoration-thickness: $link-hover-decoration-thickness;
212
}
213
214
0 commit comments