From 11f468a5c1c12c30d006221e046849e43915de97 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 19 Jun 2025 14:10:50 +0000 Subject: [PATCH] increase font size --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 95d6cb0..7f842f6 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -49,7 +49,7 @@ textarea { margin: 0; resize: none; color: #444; - font-size: 12px; + font-size: 16px; font-family: Consolas, 'Courier New', monospace; outline: none; position: absolute;