Skip to content

Commit

Permalink
Improve the toggle icon in the toc
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslama committed Feb 23, 2025
1 parent 9dac241 commit 370e1d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,14 @@ sup {
.result-no-output {
font-style: italic;
}

.toggle div::before {
content: "\f105";
font-family: FontAwesome;
color: var(--sidebar-fg);
font-size: 2rem;
}
.toggle div {
color: var(--sidebar-bg);
width: 0;
}

0 comments on commit 370e1d3

Please sign in to comment.