From 172cca18a777bf70f2aa818f4e059b70983ca5e7 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Thu, 30 Mar 2017 23:42:09 +1000 Subject: [PATCH] mono space font for messages --- www/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/static/style.css b/www/static/style.css index 2d05b64..128e112 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -224,4 +224,5 @@ #msgbody { background-color: black; color: white; + font-family: monospace; } \ No newline at end of file