Merge pull request #2031 from thelounge/astorije/irc-monospace

Improve monospace formatting in messages
This commit is contained in:
Pavel Djundik 2018-02-19 20:09:04 +02:00 committed by GitHub
commit 9ecb776760
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;