diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-07-27 21:52:05 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-07-27 21:52:05 +0800 |
commit | 77810c625638636ed057e0a7779f62cbee9de90e (patch) | |
tree | e7753cf7ded97696700b323cc18785564aebd45e /utab | |
parent | 74daf13df3506ff30a44b9743ef564b5cc9cecd1 (diff) |
Increase font size in input text bars
- because my eyes hurt
- it's also monospace now
Diffstat (limited to 'utab')
-rw-r--r-- | utab/data/css/index.css | 2 |
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; |