From 39c009beb4c79a2546fd7ca56b94d602a86ae6b9 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:34 -0500 Subject: [PATCH] set font size on input selector --- styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 49eab32..16d8abd 100644 --- a/styles.css +++ b/styles.css @@ -7,6 +7,7 @@ } input { + font-size: inherit; font-family: inherit; } @@ -30,7 +31,6 @@ input { #expr { flex: auto; - font-size: inherit; } #modulus-box { @@ -44,7 +44,6 @@ input { #modulus-label { flex: initial; - font-size: inherit; margin-left: 0.3rem; margin-right: 0.3rem; } @@ -52,7 +51,6 @@ input { #modulus { flex: auto; min-width: 0; - font-size: inherit; } #result {