Skip to content

Commit

Permalink
chore: better styling for TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
chollinger93 committed Jun 20, 2023
1 parent c403ca5 commit 661cd79
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,32 @@ code {

.section-nav a:hover,
.section-nav a:focus {
border: none;
color: #666;
font-weight: 600;
}

.depth-nested {
.depth-nested {
display: none;
}

/* Static TOC */
.toc a {
text-decoration: none;
display: block;
color: #515151;
transition: all 50ms ease-in-out;
}

.toc li::marker {
color: #515151;
}

.toc a:hover,
.toc a:focus {
border: none;
color: #666;
font-weight: 600;
}


0 comments on commit 661cd79

Please sign in to comment.