BareGit

Style adjustments

Author: MetroWind <chris.corsair@gmail.com>
Date: Tue Sep 22 14:45:40 2026 -0700
Commit: 0f582309c0801efdd9ad32d488e4b9d0ee3eb2a4

Changes

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));