summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-27 21:52:05 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-27 21:52:05 +0800
commit77810c625638636ed057e0a7779f62cbee9de90e (patch)
treee7753cf7ded97696700b323cc18785564aebd45e
parent74daf13df3506ff30a44b9743ef564b5cc9cecd1 (diff)
Increase font size in input text bars
- because my eyes hurt - it's also monospace now
-rw-r--r--utab/data/css/index.css2
1 files changed, 2 insertions, 0 deletions
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;