From 003ae7131bf8d0a5d9e2e890112eb92e31d1ba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 3 Feb 2018 12:53:33 -0500 Subject: [PATCH] Improve monospace formatting in messages This effectively styles it just like to `code` syntax used in the Help window, such as in the list of available commands. --- client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 9a76d48d..7807620d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -86,7 +86,8 @@ textarea#user-specified-css-input { font-family: Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; } -code { +code, +.irc-monospace { font-size: 12px; padding: 2px 4px; color: #e74c3c;