Skip to content

Commit

Permalink
toc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 25, 2024
1 parent 77055cc commit 4f38e07
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,21 @@ h3 {
}

// table of contents
.toc {
display: none;

.toc ul {
list-style: none;
padding-left: 0;
}

.toc ul li a {
color: #777;
display: block;
font-size: 90%;
padding: 0.25em 0;
}

// footer

.hyper-footer {
background: #f5f5f5;
margin-top: 4rem;
Expand Down

0 comments on commit 4f38e07

Please sign in to comment.