Skip to content

Commit

Permalink
version switcher syles and config (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored Oct 25, 2022
1 parent 2b8189d commit 2f80e79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ b, strong {
border-color: #fff;
border: 2px solid #898A8D;
margin-right: .4rem;
margin-left: .4rem;
}

#theme-switch:hover {
Expand Down Expand Up @@ -793,4 +794,8 @@ html[data-theme="dark"] .highlight pre {

.bd-toc {
padding-top: 5em;
}
}

#version_switcher_button {
background-color: var(--pst-color-background);
}
1 change: 1 addition & 0 deletions src/ansys_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ show_breadcrumbs = True
show_icons = True
hidden_icons =
additional_breadcrumbs =
switcher =

0 comments on commit 2f80e79

Please sign in to comment.