Skip to content

Commit f25a07d

Browse files
only underline the title
1 parent d2f5395 commit f25a07d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

pydata_sphinx_theme/static/css/index.0f004a28e241057bc0e11dee3780a42e.css renamed to pydata_sphinx_theme/static/css/index.a6b4cf70a86b6e360c0e7a41453f57f9.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydata_sphinx_theme/static/webpack-macros.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
{% macro head_pre_bootstrap() %}
1515
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
16-
<link href="{{ pathto('_static/css/index.0f004a28e241057bc0e11dee3780a42e.css', 1) }}" rel="stylesheet">
16+
<link href="{{ pathto('_static/css/index.a6b4cf70a86b6e360c0e7a41453f57f9.css', 1) }}" rel="stylesheet">
1717
{% endmacro %}
1818

1919
{% macro head_js_preload() %}
20-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.a6949ae15bcff09732c8.js', 1) }}">
20+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.3fb10fcb92f005a2548e.js', 1) }}">
2121
{% endmacro %}
2222

2323
{% macro body_post() %}
24-
<script src="{{ pathto('_static/js/index.a6949ae15bcff09732c8.js', 1) }}"></script>
24+
<script src="{{ pathto('_static/js/index.3fb10fcb92f005a2548e.js', 1) }}"></script>
2525
{% endmacro %}

src/scss/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,18 @@ nav.bd-links {
419419
max-width: 45%;
420420
overflow-x: hidden;
421421
color: rgba(0, 0, 0, 0.65);
422+
text-decoration: none;
422423

423424
p.prev-next-title {
424425
color: rgba(var(--pst-color-link), 1);
425426
font-weight: 600;
426427
font-size: 1.1em;
427428
}
428429

430+
&:hover p.prev-next-title {
431+
text-decoration: underline;
432+
}
433+
429434
.prev-next-info {
430435
flex-direction: column;
431436
margin: 0 .5em;

0 commit comments

Comments
 (0)