Skip to content

Commit

Permalink
Merge pull request #396 from pereorga/feat/fix-button-font
Browse files Browse the repository at this point in the history
fix: inherit font-family on buttons
  • Loading branch information
johanneswilm authored Oct 7, 2024
2 parents 9ba5c04 + 5f66d4f commit fd1542d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
background-color: inherit;
cursor: pointer;
text-align: inherit;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
}
Expand Down

0 comments on commit fd1542d

Please sign in to comment.