From 77810c625638636ed057e0a7779f62cbee9de90e Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 27 Jul 2020 21:52:05 +0800 Subject: Increase font size in input text bars - because my eyes hurt - it's also monospace now --- utab/data/css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utab/data/css/index.css b/utab/data/css/index.css index 651a540..0ac2f0e 100644 --- a/utab/data/css/index.css +++ b/utab/data/css/index.css @@ -32,6 +32,8 @@ body { width: 40%; height: 2em; background-color: inherit; + font-size: 1.2em; + font-family: monospace; color: inherit; margin-left: 20px; margin-bottom: 20px; -- cgit v1.2.3