From eda013561b5021f7aa0bc093ca718b81cda43432 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 8 Feb 2020 19:30:16 +0000 Subject: [PATCH] increase size of textarea input font --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 82ddcc841..1de0b1bc0 100644 --- a/local.css +++ b/local.css @@ -128,7 +128,7 @@ form#searchform{ } textarea{ font-family: monospace; - font-size: .9em; + font-size: 1.2em; border: solid 1px; width: 100%; margin-bottom: 10px; -- 2.30.2