mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #2031 from thelounge/astorije/irc-monospace
Improve monospace formatting in messages
This commit is contained in:
commit
9ecb776760
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue