diff --git a/web/viewer.css b/web/viewer.css
index 58d7424..11bcc3a 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -6,7 +6,7 @@
:root {
color-scheme: dark;
- font-family: system-ui, sans-serif;
+ font-family: monospace;
background: #171717;
color: #eeeeee;
}
@@ -29,7 +29,6 @@ pre { overflow: auto; }
width: 79em;
}
section { margin-top: 1rem; }
-#messages { max-height: 16rem; overflow: auto; }
#status {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));