Skip to content

Commit

Permalink
Fix: Button font-size too small
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Feb 8, 2021
1 parent 43c656c commit c62e587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ html, body {
background: rgb(var(--main-bg));
}

input, textarea, select, button {
font-size: 100%; /* Normalize */
}

input, textarea {
background: rgb(var(--main-bg));
color: rgb(var(--body-color));
Expand Down

0 comments on commit c62e587

Please sign in to comment.