Add basic styling to code block

This commit is contained in:
Danila Fedorin 2021-07-07 13:05:24 -07:00
parent e02163b0ff
commit 92e82a76c7

View file

@ -210,6 +210,12 @@ only loads when the top comes into view*/
align-self: start;
}
.Timeline_messageBody pre {
background-color: #f7f7f7;
border: 1px solid rgb(229, 229, 229);
padding: 10px;
}
.Timeline_message.unsent .Timeline_messageBody {
color: #ccc;
}