Codeblock highlighting

This commit is contained in:
Jeremy Zhang
2017-09-23 17:38:14 +00:00
parent 62b4c30d52
commit 7ce53b851c
4 changed files with 37 additions and 1 deletions

View File

@ -431,7 +431,7 @@ p.mentioned span.chatmessage {
}
.chatmessage code {
background-color: gray;
background-color: rgba(0, 0, 0, 0.1);
color: lightgray;
border-radius: 5px;
padding: 2px;