Skip to content

Commit

Permalink
TableOfContents font family tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Feb 14, 2024
1 parent 128e475 commit 0b99220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TableOfContents.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.19.24
# v0.19.37

using Markdown
using InteractiveUtils
Expand Down Expand Up @@ -343,7 +343,7 @@ const toc_css = @htl """
@media not print {
.plutoui-toc {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--main-bg-color: #fafafa;
--pluto-output-color: hsl(0, 0%, 36%);
Expand Down

0 comments on commit 0b99220

Please # to comment.