Skip to content

Commit

Permalink
Bump version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Aug 16, 2022
1 parent ebdd767 commit 309f4fd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pathlib import Path

__version__ = "0.5.0"
__version__ = "0.5.1"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
23 changes: 23 additions & 0 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,27 @@ Padding of main content block

.bd-content {
padding: 1.5rem 1.5rem 2rem 3rem;
}


/*
###########################
Left side toc-tree hovering
###########################
*/

nav.bd-links .active:hover>a {
font-weight: bold;
color: var(--pst-color-link);
border-left: 2px solid var(--pst-color-link);
}

nav.bd-links .active>a {
font-weight: bold;
color: var(--pst-color-link);
}

nav.bd-links li>a:hover {
font-weight: 900;
color: var(--pst-color-text-muted);
}

0 comments on commit 309f4fd

Please sign in to comment.