Skip to content

Commit

Permalink
update TOC styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Jul 31, 2024
1 parent 9669336 commit 421b274
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -683,4 +683,14 @@ blockquote .source {
}
.highlight .ss {
color: #90a959;
}
}

ul#toc {
background-color: #f5f5f0;
padding: 2em;
font-size: .9rem;
}

ul#toc, ul#toc ul {
list-style: none;
}

0 comments on commit 421b274

Please sign in to comment.