set font size on input selector

This commit is contained in:
filifa 2025-12-11 23:49:34 -05:00
parent e1809ec2c4
commit 39c009beb4
1 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,7 @@
} }
input { input {
font-size: inherit;
font-family: inherit; font-family: inherit;
} }
@ -30,7 +31,6 @@ input {
#expr { #expr {
flex: auto; flex: auto;
font-size: inherit;
} }
#modulus-box { #modulus-box {
@ -44,7 +44,6 @@ input {
#modulus-label { #modulus-label {
flex: initial; flex: initial;
font-size: inherit;
margin-left: 0.3rem; margin-left: 0.3rem;
margin-right: 0.3rem; margin-right: 0.3rem;
} }
@ -52,7 +51,6 @@ input {
#modulus { #modulus {
flex: auto; flex: auto;
min-width: 0; min-width: 0;
font-size: inherit;
} }
#result { #result {