Skip to content

Commit

Permalink
fix: make headings in summary blocks in markdown look slightly nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed May 4, 2024
1 parent 64da72b commit 59c1f19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/assets/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@
.markdown-alert-caution {
--alert-color: #e5534b;
}

summary {
h1, h2, h3, h4, h5, h6 {
display: inline;
}
}
}

// override prism stuff
Expand Down

0 comments on commit 59c1f19

Please sign in to comment.