Skip to content

Commit

Permalink
Merge pull request #101 from jack-d-long/main
Browse files Browse the repository at this point in the history
Fix: clickable notes for shortcode now use theme default font
  • Loading branch information
not-matthias authored Jan 31, 2025
2 parents 577d9b0 + 4ac567a commit 93a630f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/parts/_note.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
}

.note-toggle {
font-family: inherit;
padding: 10px 25px; /* Stop header intersecting with note-icon */
cursor: pointer;
position: relative;
}
Expand Down

0 comments on commit 93a630f

Please sign in to comment.