about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-08 09:52:09 -0400
committerelioat <elioat@tilde.institute>2024-06-08 09:52:09 -0400
commit8c13d496a5434dd05fcd821e2e171ae9733fc05a (patch)
tree2ccbcac545a675ed3088a0c858bf8c8089623cd5 /html
parent55450c3c9e1b03b4139810fb6755d151dea6f37d (diff)
downloadtour-8c13d496a5434dd05fcd821e2e171ae9733fc05a.tar.gz
*
Diffstat (limited to 'html')
-rw-r--r--html/yon.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/html/yon.html b/html/yon.html
index 3640173..98b9ba3 100644
--- a/html/yon.html
+++ b/html/yon.html
@@ -31,9 +31,13 @@ SOFTWARE.
     <title>yon</title>
 </head>
 <style>
+
+    html, body {
+        font-size: 1.25em;
+    }
+
     html, body, .column, textarea, table, td {
         height: 100%;
-        font-size: 1.05em;
     }
 
     body {
@@ -89,6 +93,7 @@ SOFTWARE.
     }
 
     textarea {
+        font-size: 1.75em;
         box-sizing: border-box;
         padding: 5px;
         margin: 0;
@@ -380,7 +385,7 @@ SOFTWARE.
             makeElt('span', ['fold', 'action'], {}, '-'),
             makeElt('span', ['max', 'action'], {}, '+'),
             makeElt('span', ['move', 'action'], {}, '~'),
-            makeElt('span', ['close', 'action'], {}, 'x')
+            makeElt('span', ['close', 'action'], {}, '&times;')
         );
         const id = paneID++;
         const section = document.createElement('section');