diff --git a/web/index.html b/web/index.html
index 3d9d74b8..bc668aba 100644
--- a/web/index.html
+++ b/web/index.html
@@ -45,6 +45,9 @@
padding-bottom: 1.2em;
font-size: 11pt;
}
+ textarea {
+ font-size: 11pt;
+ }
nav {
z-index: 90;
top: 0;
diff --git a/web/src/control.rs b/web/src/control.rs
index 1f38653b..5aaaed28 100644
--- a/web/src/control.rs
+++ b/web/src/control.rs
@@ -76,7 +76,7 @@ pub fn PostBox(advanced: WriteSignal) -> impl IntoView {
-
+