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.
This commit is contained in:
Jérémie Astori 2018-02-03 12:53:33 -05:00 committed by GitHub
parent cb4312f410
commit 003ae7131b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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