Skip to content

Commit

Permalink
Merge pull request #620 from greg0ire/support-menu-caption
Browse files Browse the repository at this point in the history
Add support for toctree captions
  • Loading branch information
SenseException authored Oct 1, 2024
2 parents f5d05ec + 71da777 commit 178f739
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ h6 {
color: #fff;
}

.sidebar-sticky .toc .caption {
padding: 8px;
font-size: 20px;
background-color: $doctrine-dark-blue;
margin-bottom: 0;
color: #fff;
}

/** 1st Level */
.sidebar-sticky .toc ul {
list-style-type: none;
Expand Down

0 comments on commit 178f739

Please sign in to comment.