diff --git a/templates/base.html b/templates/base.html index e193ae8..774344f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,8 @@ padding: 2rem; background: #263238; color: #B0BEC5; + font-family: 'Courier New', Courier, monospace; + line-height: 1.1; display: flex; } diff --git a/templates/index.html b/templates/index.html index 64986dd..f7bff1b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,8 +9,10 @@ background: none; border: none; color: inherit; - font-family: monospace; resize: none; + font-family: inherit; + font-size: 1rem; + line-height: inherit; } button[type="submit"] {