Skip to content

Commit

Permalink
Don't show permalink buttons for h1 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Oct 4, 2024
1 parent d1b6392 commit df343f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rsdk_theme/body.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
color: var(--md-typeset-color);
}

.md-typeset h1 .headerlink {
display: none;
}

.tabbed-labels {
background-color: color-mix(in hsl, var(--content-bg-color) 80%, transparent);
}
Expand Down

0 comments on commit df343f9

Please sign in to comment.