Skip to content

Commit

Permalink
Merge pull request #1337 from rebecca-shoptaw/webdev-5078/fix/ensure-…
Browse files Browse the repository at this point in the history
…btn-font-inheritance

Ensure bookreader buttons inherit body font stack
  • Loading branch information
cdrini authored Aug 26, 2024
2 parents 82975be + ad1b546 commit 4e04eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BookNavigator/assets/button-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default css`
text-align: center;
vertical-align: middle;
font-size: 1.4rem;
font-family: inherit;
display: inline-block;
padding: .6rem 1.2rem;
border: 1px solid transparent;
Expand Down

0 comments on commit 4e04eac

Please sign in to comment.