Skip to content

Commit

Permalink
Make form elements inherit font family
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicproc authored Nov 14, 2023
1 parent c38041e commit c9620d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ main {
text-align: center;
}

button, input, select, textarea {
font-family: inherit;
}

button {
color: white;
font-size: 0.9em;
Expand Down

0 comments on commit c9620d3

Please sign in to comment.