Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update headings.scss
  • Loading branch information
heiskr authored Feb 25, 2022
commit f26f30fe3d6e30770fc2bdfc8f08aa48d79eca95
9 changes: 9 additions & 0 deletions src/markdown/headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@
}

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

h1,
h2 {
border-bottom: none;
Expand Down