Skip to content

Commit 309f4fd

Browse files
Bump version 0.5.1
1 parent ebdd767 commit 309f4fd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pathlib import Path
44

5-
__version__ = "0.5.0"
5+
__version__ = "0.5.1"
66

77
# get location of this directory
88
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,27 @@ Padding of main content block
589589

590590
.bd-content {
591591
padding: 1.5rem 1.5rem 2rem 3rem;
592+
}
593+
594+
595+
/*
596+
###########################
597+
Left side toc-tree hovering
598+
###########################
599+
*/
600+
601+
nav.bd-links .active:hover>a {
602+
font-weight: bold;
603+
color: var(--pst-color-link);
604+
border-left: 2px solid var(--pst-color-link);
605+
}
606+
607+
nav.bd-links .active>a {
608+
font-weight: bold;
609+
color: var(--pst-color-link);
610+
}
611+
612+
nav.bd-links li>a:hover {
613+
font-weight: 900;
614+
color: var(--pst-color-text-muted);
592615
}

0 commit comments

Comments
 (0)