From 19da0de4172c7bd3c92d68a0add444a582b6855d Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:34 -0500 Subject: [PATCH] inherit font sizes --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index b51ed95..d8aab6d 100644 --- a/styles.css +++ b/styles.css @@ -2,6 +2,7 @@ display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.3rem; + font-size: xx-large; } #input-row { @@ -24,7 +25,7 @@ #expr { flex: auto; - font-size: xx-large; + font-size: inherit; } #modulus-box { @@ -38,7 +39,7 @@ #modulus-label { flex: initial; - font-size: xx-large; + font-size: inherit; margin-left: 0.3rem; margin-right: 0.3rem; } @@ -46,7 +47,7 @@ #modulus { flex: auto; min-width: 0; - font-size: xx-large; + font-size: inherit; } #result { @@ -54,11 +55,10 @@ border: 1px solid gray; text-align: right; min-height: 1lh; - font-size: xx-large; } button { - font-size: xx-large; + font-size: inherit; } #extra-buttons {