Skip to content

Commit

Permalink
Hide extra markers displayed in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralPink committed May 27, 2024
1 parent 08967d5 commit df73e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compile_assets/scss/admonition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ a.admonition-anchor-link {
&:hover a.admonition-anchor-link {
display: initial;
}

&::-webkit-details-marker {
display: none;
}
}

summary.admonition-title {
Expand Down

0 comments on commit df73e5c

Please sign in to comment.