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:
parent
cb4312f410
commit
003ae7131b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user